Uses of Enum
com.welcome234.pluginsystem.events.EntityTeleportEvent.TeleportCause
Packages that use EntityTeleportEvent.TeleportCause
-
Uses of EntityTeleportEvent.TeleportCause in com.welcome234.pluginsystem.events
Methods in com.welcome234.pluginsystem.events that return EntityTeleportEvent.TeleportCauseModifier and TypeMethodDescriptionEntityTeleportEvent.getTeleportCause()Gets the cause of this teleportationReturns the enum constant of this type with the specified name.static EntityTeleportEvent.TeleportCause[]EntityTeleportEvent.TeleportCause.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.welcome234.pluginsystem.events with parameters of type EntityTeleportEvent.TeleportCauseModifierConstructorDescriptionEntityTeleportEvent(int entityID, EntityTeleportEvent.TeleportCause cause, double teleportX, double teleportY, boolean teleportDimension)