Companion

object Companion

Functions

fromAnnotation
Link copied to clipboard
toActionEvents
Link copied to clipboard
fun <G : GameActionEvent> JsonNode.toActionEvents(addAll: Boolean = false): List<G>

Parses a List from a JsonNode. This parser is used both to set the defaultValue of a ScriptConfigurationOption and to parse the ScriptProfiles from SDN

fun <G : GameActionEvent> String.toActionEvents(addAll: Boolean = false): List<G>