Uses of Interface
org.bukkit.block.EndGateway
Packages that use EndGateway
-
Uses of EndGateway in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return EndGatewayModifier and TypeMethodDescriptionEntityTeleportEndGatewayEvent.getGateway()
The gateway triggering the teleportConstructors in com.destroystokyo.paper.event.entity with parameters of type EndGatewayModifierConstructorDescriptionEntityTeleportEndGatewayEvent
(Entity entity, Location from, Location to, EndGateway gateway) -
Uses of EndGateway in com.destroystokyo.paper.event.player
Methods in com.destroystokyo.paper.event.player that return EndGatewayModifier and TypeMethodDescriptionPlayerTeleportEndGatewayEvent.getGateway()
The gateway triggering the teleportConstructors in com.destroystokyo.paper.event.player with parameters of type EndGatewayModifierConstructorDescriptionPlayerTeleportEndGatewayEvent
(Player player, Location from, Location to, EndGateway gateway)