Class PlayerLeaveWorldEvent
java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.PlayerLeaveWorldEvent
This event is fired when an
AbstractPlayerEntity disconnects from a
world. The isConnected variable determines if the player was part of a server
that they didn't host. The event cannot be cancelled.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
player
-
isConnected
public final boolean isConnected
-
-
Constructor Details
-
PlayerLeaveWorldEvent
-