mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
parent
34f10b78da
commit
9550762612
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ import org.jetbrains.annotations.NotNull;
|
||||||
* <p>
|
* <p>
|
||||||
* This event allows you to modify the velocity of the entity after they have
|
* This event allows you to modify the velocity of the entity after they have
|
||||||
* successfully exited the portal.
|
* successfully exited the portal.
|
||||||
|
* <p>
|
||||||
|
* Cancelling this event does not prevent the teleport, but it does prevent
|
||||||
|
* any changes to velocity and location from taking place.
|
||||||
*/
|
*/
|
||||||
public class EntityPortalExitEvent extends EntityTeleportEvent {
|
public class EntityPortalExitEvent extends EntityTeleportEvent {
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
|
Loading…
Reference in a new issue