Uses of Enum
com.welcome234.pluginsystem.events.PlayerTeleportEvent.TeleportCause
Packages that use PlayerTeleportEvent.TeleportCause
-
Uses of PlayerTeleportEvent.TeleportCause in com.welcome234.pluginsystem.events
Methods in com.welcome234.pluginsystem.events that return PlayerTeleportEvent.TeleportCauseModifier and TypeMethodDescriptionPlayerTeleportEvent.getTeleportCause()Gets the cause of this teleportationReturns the enum constant of this type with the specified name.static PlayerTeleportEvent.TeleportCause[]PlayerTeleportEvent.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 PlayerTeleportEvent.TeleportCauseModifierConstructorDescriptionPlayerTeleportEvent(String playername, PlayerTeleportEvent.TeleportCause cause, double teleportX, double teleportY, boolean teleportDimension)