Utils
Functions
Link copied to clipboard
Link copied to clipboard
Puts the string into lowercase and makes every character that starts a word a capital letter.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun filterPlayersList(entities: MutableList<Player>, mob: LivingEntity, maxDistance: Double?): MutableList<Player>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun isBiomeInModalList(list: CachedModalList<Biome>, biome: Biome, rulesManager: RulesManager): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun isLivingEntityInModalList(list: CachedModalList<String>, lmEntity: LivingEntityWrapper, checkBabyMobs: Boolean): Boolean
Link copied to clipboard
Link copied to clipboard
fun parseTimeUnit(input: String?, defaultTime: Long?, useMS: Boolean, sender: CommandSender?): Long?
Link copied to clipboard
Link copied to clipboard
fun replaceAllInList(oldList: MutableList<String>, replaceWhat: String, replaceTo: String?): MutableList<String>
Link copied to clipboard