ServerEntityWorldChangeEvents

public final class ServerEntityWorldChangeEvents

Events related to an entity being moved to another world.

Types

AfterEntityChange
Link copied to clipboard
public interface AfterEntityChange
AfterPlayerChange
Link copied to clipboard
public interface AfterPlayerChange

Properties

AFTER_ENTITY_CHANGE_WORLD
Link copied to clipboard
public final static Event<ServerEntityWorldChangeEvents.AfterEntityChangeAFTER_ENTITY_CHANGE_WORLD
An event which is called after an entity has been moved to a different world.
AFTER_PLAYER_CHANGE_WORLD
Link copied to clipboard
public final static Event<ServerEntityWorldChangeEvents.AfterPlayerChangeAFTER_PLAYER_CHANGE_WORLD
An event which is called after a player has been moved to a different world.

Sources

jvm source
Link copied to clipboard