4.1 KiB
4.1 KiB
title
title |
---|
CardinalDirection - |
//KSpigot/net.axay.kspigot.utils/CardinalDirection
CardinalDirection
[jvm]
This enum class is useful for determining cardinal directions (yaw).
enum CardinalDirection : Enum<CardinalDirection>
Entries
Name | Summary |
---|---|
NORTH | [jvm] NORTH() |
EAST | [jvm] EAST() |
SOUTH | [jvm] SOUTH() |
WEST | [jvm] WEST() |
Types
Name | Summary |
---|---|
Companion | [jvm] Content object Companion |
Functions
Name | Summary |
---|---|
compareTo | [jvm] Content operator override fun compareTo(other: CardinalDirection): Int |
describeConstable | [jvm] Content |
equals | [jvm] Content operator override fun equals(other: Any?): Boolean |
finalize | [jvm] Content override fun finalize() |
getDeclaringClass | [jvm] Content override fun getDeclaringClass(): Class<CardinalDirection> |
hashCode | [jvm] Content override fun hashCode(): Int |
toString | [jvm] Content open override fun toString(): String |
Properties
Name | Summary |
---|---|
facing | [jvm] val facing: BlockFace? |
name | [jvm] override val name: String |
ordinal | [jvm] override val ordinal: Int |