Uses of Class
org.bukkit.GameEvent
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of GameEvent in org.bukkit
Modifier and TypeFieldDescriptionstatic GameEvent
GameEvent.BLOCK_ATTACH
static GameEvent
GameEvent.BLOCK_CHANGE
static GameEvent
GameEvent.BLOCK_CLOSE
static GameEvent
GameEvent.BLOCK_DESTROY
static GameEvent
GameEvent.BLOCK_DETACH
static GameEvent
GameEvent.BLOCK_OPEN
static GameEvent
GameEvent.BLOCK_PLACE
static GameEvent
GameEvent.BLOCK_PRESS
static GameEvent
GameEvent.BLOCK_SWITCH
static GameEvent
GameEvent.BLOCK_UNPRESS
static GameEvent
GameEvent.BLOCK_UNSWITCH
static GameEvent
GameEvent.CONTAINER_CLOSE
static GameEvent
GameEvent.CONTAINER_OPEN
static GameEvent
GameEvent.DISPENSE_FAIL
static GameEvent
GameEvent.DRINKING_FINISH
static GameEvent
GameEvent.EAT
static GameEvent
GameEvent.ELYTRA_FREE_FALL
static GameEvent
GameEvent.ENTITY_DAMAGED
static GameEvent
GameEvent.ENTITY_KILLED
static GameEvent
GameEvent.ENTITY_PLACE
static GameEvent
GameEvent.EQUIP
static GameEvent
GameEvent.EXPLODE
static GameEvent
GameEvent.FISHING_ROD_CAST
static GameEvent
GameEvent.FISHING_ROD_REEL_IN
static GameEvent
GameEvent.FLAP
static GameEvent
GameEvent.FLUID_PICKUP
static GameEvent
GameEvent.FLUID_PLACE
static GameEvent
GameEvent.HIT_GROUND
static GameEvent
GameEvent.LIGHTNING_STRIKE
static GameEvent
GameEvent.MINECART_MOVING
static GameEvent
GameEvent.MOB_INTERACT
static GameEvent
GameEvent.PISTON_CONTRACT
static GameEvent
GameEvent.PISTON_EXTEND
static GameEvent
GameEvent.PRIME_FUSE
static GameEvent
GameEvent.PROJECTILE_LAND
static GameEvent
GameEvent.PROJECTILE_SHOOT
static GameEvent
GameEvent.RAVAGER_ROAR
static GameEvent
GameEvent.RING_BELL
static GameEvent
GameEvent.SHEAR
static GameEvent
GameEvent.SHULKER_CLOSE
static GameEvent
GameEvent.SHULKER_OPEN
static GameEvent
GameEvent.SPLASH
static GameEvent
GameEvent.STEP
static GameEvent
GameEvent.SWIM
static GameEvent
GameEvent.WOLF_SHAKING
Modifier and TypeMethodDescriptionstatic GameEvent
GameEvent.getByKey(NamespacedKey namespacedKey)
Returns aGameEvent
by aNamespacedKey
.Modifier and TypeMethodDescriptionstatic Collection<GameEvent>
GameEvent.values()
Returns the set of all GameEvents. -
Uses of GameEvent in org.bukkit.event.block
ModifierConstructorDescriptionBlockReceiveGameEvent(GameEvent event, Block block, Entity entity)
-
Uses of GameEvent in org.bukkit.event.world
ModifierConstructorDescriptionGenericGameEvent(GameEvent event, Location location, Entity entity, int radius)