Package | Description |
---|---|
com.destroystokyo.paper.event.entity | |
com.destroystokyo.paper.event.player |
Modifier and Type | Method and Description |
---|---|
EndGateway |
EntityTeleportEndGatewayEvent.getGateway()
The gateway triggering the teleport
|
Constructor and Description |
---|
EntityTeleportEndGatewayEvent(Entity what,
Location from,
Location to,
EndGateway gateway) |
Modifier and Type | Method and Description |
---|---|
EndGateway |
PlayerTeleportEndGatewayEvent.getGateway()
The gateway triggering the teleport
|
Constructor and Description |
---|
PlayerTeleportEndGatewayEvent(Player player,
Location from,
Location to,
EndGateway gateway) |
Copyright © 2021. All rights reserved.