| Package | Description | 
|---|---|
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a  world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.player | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | Entity. teleport(@NotNull Entity destination,
        @NotNull PlayerTeleportEvent.TeleportCause cause) | Teleports this entity to the target Entity. | 
| boolean | Entity. teleport(@NotNull Location location,
        @NotNull PlayerTeleportEvent.TeleportCause cause) | Teleports this entity to the given location. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull PlayerTeleportEvent.TeleportCause | PlayerTeleportEvent. getCause() | Gets the cause of this teleportation event | 
| static PlayerTeleportEvent.TeleportCause | PlayerTeleportEvent.TeleportCause. valueOf(String name) | Returns 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. | 
| Constructor | Description | 
|---|---|
| PlayerPortalEvent(@NotNull Player player,
                 @NotNull Location from,
                 @Nullable Location to,
                 @NotNull PlayerTeleportEvent.TeleportCause cause) | |
| PlayerPortalEvent(@NotNull Player player,
                 @NotNull Location from,
                 @Nullable Location to,
                 @NotNull PlayerTeleportEvent.TeleportCause cause,
                 int getSearchRadius,
                 boolean canCreatePortal,
                 int creationRadius) | |
| PlayerTeleportEvent(@NotNull Player player,
                   @NotNull Location from,
                   @Nullable Location to,
                   @NotNull PlayerTeleportEvent.TeleportCause cause) | 
Copyright © 2020. All rights reserved.