mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 13:42:25 -07:00
@@ -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();
|
||||||
|
Reference in New Issue
Block a user