Warp
data class Warp(val name: String, val location: Location, val rankNeeded: Ranks = Ranks.TEAM, val type: WarpType = WarpType.GENERIC, val parkArea: ParkArea = ParkArea.PARADISE_BAY, val material: Material = Material.DIAMOND, val customModelData: Int = 0)(source)
Warp represents a location that players can teleport to.