Files
KSpigot/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

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
override fun describeConstable(~~~~)~~~~: Optional<Enum.EnumDesc<VerticalDirection>>


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