Package-level declarations
Properties
Functions
Link copied to clipboard
fun MythicLineConfig.toBonePredicate(defaultPredicate: BonePredicate): (PlaceholderArgument) -> BonePredicate
Link copied to clipboard
fun MythicLineConfig.toNullablePlaceholderBoolean(array: Array<String>, defaultValue: Boolean? = null): (PlaceholderArgument) -> Boolean?
Link copied to clipboard
fun MythicLineConfig.toNullablePlaceholderFloat(array: Array<String>, defaultValue: Float = 0.0f): (PlaceholderArgument) -> Float?
Link copied to clipboard
fun MythicLineConfig.toNullablePlaceholderInteger(array: Array<String>, defaultValue: Int = 0): (PlaceholderArgument) -> Int?
Link copied to clipboard
fun toPlaceholderArgs(meta: SkillMetadata, target: AbstractEntity): PlaceholderArgument.TargetedSkillMeta
Link copied to clipboard
Link copied to clipboard
fun MythicLineConfig.toPlaceholderBoolean(array: Array<String>, defaultValue: Boolean? = null): (PlaceholderArgument) -> Boolean
fun <T> MythicLineConfig.toPlaceholderBoolean(array: Array<String>, defaultValue: Boolean? = null, mapper: (Boolean?) -> T): (PlaceholderArgument) -> T
Link copied to clipboard
fun MythicLineConfig.toPlaceholderColor(array: Array<String>, defaultValue: String = "FFFFFF"): (PlaceholderArgument) -> Int?
fun <T> MythicLineConfig.toPlaceholderColor(array: Array<String>, defaultValue: String = "FFFFFF", mapper: (Int?) -> T): (PlaceholderArgument) -> T
Link copied to clipboard
fun MythicLineConfig.toPlaceholderFloat(array: Array<String>, defaultValue: Float = 0.0f): (PlaceholderArgument) -> Float
fun <T> MythicLineConfig.toPlaceholderFloat(array: Array<String>, defaultValue: Float = 0.0f, mapper: (Float?) -> T): (PlaceholderArgument) -> T
Link copied to clipboard
fun MythicLineConfig.toPlaceholderInteger(array: Array<String>, defaultValue: Int = 0): (PlaceholderArgument) -> Int
fun <T> MythicLineConfig.toPlaceholderInteger(array: Array<String>, defaultValue: Int = 0, mapper: (Int?) -> T): (PlaceholderArgument) -> T
Link copied to clipboard
fun MythicLineConfig.toPlaceholderString(array: Array<String>, defaultValue: String? = null): (PlaceholderArgument) -> String?
fun <T> MythicLineConfig.toPlaceholderString(array: Array<String>, defaultValue: String? = null, mapper: (String?) -> T): (PlaceholderArgument) -> T
Link copied to clipboard
fun <T> MythicLineConfig.toPlaceholderStringList(array: Array<String>, mapper: (List<String>) -> T): (PlaceholderArgument) -> T
Link copied to clipboard
Link copied to clipboard