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
(Entity entity, Location from, Location to, EndGateway gateway) -
Uses of EndGateway in com.destroystokyo.paper.event.player
Modifier and TypeMethodDescriptionPlayerTeleportEndGatewayEvent.getGateway()
The gateway triggering the teleportModifierConstructorDescriptionPlayerTeleportEndGatewayEvent
(Player player, Location from, Location to, EndGateway gateway)