Uses of Enum
org.bukkit.event.player.PlayerTeleportEvent.TeleportCause
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of PlayerTeleportEvent.TeleportCause in org.bukkit.entity
Modifier and TypeMethodDescriptionboolean
Entity.teleport
(Entity destination, PlayerTeleportEvent.TeleportCause cause) Teleports this entity to the target Entity.boolean
Entity.teleport
(Location location, PlayerTeleportEvent.TeleportCause cause) Teleports this entity to the given location. -
Uses of PlayerTeleportEvent.TeleportCause in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerTeleportEvent.getCause()
Gets the cause of this teleportation eventReturns 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.ModifierConstructorDescriptionPlayerPortalEvent
(Player player, Location from, Location to, PlayerTeleportEvent.TeleportCause cause) PlayerPortalEvent
(Player player, Location from, Location to, PlayerTeleportEvent.TeleportCause cause, int getSearchRadius, boolean canCreatePortal, int creationRadius) PlayerTeleportEvent
(Player player, Location from, Location to, PlayerTeleportEvent.TeleportCause cause)