Uses of Interface
org.bukkit.block.EndGateway
-
Uses of EndGateway in com.destroystokyo.paper.event.entity
Modifier and TypeMethodDescriptionEntityTeleportEndGatewayEvent.getGateway()
The gateway triggering the teleportModifierConstructorDescriptionEntityTeleportEndGatewayEvent
(@NotNull Entity entity, @NotNull Location from, @NotNull Location to, @NotNull EndGateway gateway) -
Uses of EndGateway in com.destroystokyo.paper.event.player
Modifier and TypeMethodDescriptionPlayerTeleportEndGatewayEvent.getGateway()
The gateway triggering the teleportModifierConstructorDescriptionPlayerTeleportEndGatewayEvent
(@NotNull Player player, @NotNull Location from, @NotNull Location to, @NotNull EndGateway gateway)