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