Interface PlayerEvent
public interface PlayerEvent
-
Nested Class Summary
Nested ClassesModifier 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
FieldsModifier and TypeFieldDescriptionstatic final Event<PlayerEvent.BreakBlock>
Deprecated.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
-
BREAK_BLOCK
@Deprecated @ScheduledForRemoval(inVersion="2.0") static final Event<PlayerEvent.BreakBlock> BREAK_BLOCKDeprecated.useBlockEvent.BREAK
-
BlockEvent.BREAK