Package-level declarations

Types

Link copied to clipboard
class AreaUtils(area: Pair<Vec, Vec>, height: Boolean) : AreaUtils
Link copied to clipboard
class Elevator(floor: ArrayList<Pair<Vec, Vec>>) : Elevator
Link copied to clipboard
class VehicleData(id: Int, name: String, upper: Pair<Vec, Vec>?, lower: Pair<Vec, Vec>?, upperPos: Pos, lowerPos: Pos) : VehicleData

Functions

Link copied to clipboard
fun Player.isFly()
Link copied to clipboard
fun Player.isPermed(): Boolean
Link copied to clipboard
fun Player.moveServer(server: String)
Link copied to clipboard
fun Collection<Player>.showFireworkWithDuration(instance: Instance, position: Pos, effects: MutableList<FireworkEffect>)
Link copied to clipboard
fun String.toMini(): Component