Interface PlayerEvent
public interface PlayerEvent
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Event<PlayerEvent.AttackEntity>
static final Event<PlayerEvent.ChangeDimension>
static final Event<PlayerEvent.CloseMenu>
static final Event<PlayerEvent.CraftItem>
static final Event<PlayerEvent.DropItem>
static final Event<PlayerEvent.FillBucket>
static final Event<PlayerEvent.OpenMenu>
static final Event<PlayerEvent.PickupItem>
static final Event<PlayerEvent.PickupItemPredicate>
static final Event<PlayerEvent.PlayerAdvancement>
static final Event<PlayerEvent.PlayerClone>
static final Event<PlayerEvent.PlayerJoin>
static final Event<PlayerEvent.PlayerQuit>
static final Event<PlayerEvent.PlayerRespawn>
static final Event<PlayerEvent.SmeltItem>
-
Field Details
-
PLAYER_JOIN
-
PLAYER_QUIT
-
PLAYER_RESPAWN
-
PLAYER_ADVANCEMENT
-
PLAYER_CLONE
-
CRAFT_ITEM
-
SMELT_ITEM
-
PICKUP_ITEM_PRE
-
PICKUP_ITEM_POST
-
CHANGE_DIMENSION
-
DROP_ITEM
-
OPEN_MENU
-
CLOSE_MENU
-
FILL_BUCKET
-
ATTACK_ENTITY
-