4.4 KiB
4.4 KiB
title
title |
---|
VerticalDirection - |
//KSpigot/net.axay.kspigot.utils/VerticalDirection
VerticalDirection
[jvm]
This enum class is useful for determining vertical directions (pitch).
enum VerticalDirection : Enum<VerticalDirection>
Entries
Name | Summary |
---|---|
UP | [jvm] UP() |
DOWN | [jvm] DOWN() |
STRAIGHT | [jvm] STRAIGHT() |
Types
Name | Summary |
---|---|
Companion | [jvm] Content object Companion |
Functions
Name | Summary |
---|---|
compareTo | [jvm] Content operator override fun compareTo(other: VerticalDirection): 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<VerticalDirection> |
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 |