MPIVortexType

enum MPIVortexType : Enum<MPINavigatable.MPIVortexType>

MPIVortexType represents the type of entity to move from one MPIMap to another MPIMap

Entries

STAIRS
Link copied to clipboard
If the entity is stairs
ELEVATOR
Link copied to clipboard
If the entity is elevator
ESCALATOR
Link copied to clipboard
If the entity is escalator
DOOR
Link copied to clipboard
If the entity is door
SLIDE
Link copied to clipboard
If the entity is slide
PORTAL
Link copied to clipboard
If the entity is portal
RAMP
Link copied to clipboard
If the entity is ramp
OTHER
Link copied to clipboard
All other cases

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPINavigatable.MPIVortexType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MPINavigatable.MPIVortexType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int