Uses of Class
org.bukkit.GameEvent
Packages that use GameEvent
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of GameEvent in org.bukkit
Fields in org.bukkit declared as GameEventModifier 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
Fields in org.bukkit with type parameters of type GameEventMethods in org.bukkit that return GameEventModifier and TypeMethodDescriptionstatic GameEvent
GameEvent.getByKey(NamespacedKey namespacedKey)
Returns aGameEvent
by aNamespacedKey
.Methods in org.bukkit that return types with arguments of type GameEventModifier and TypeMethodDescriptionstatic Collection<GameEvent>
GameEvent.values()
Returns the set of all GameEvents. -
Uses of GameEvent in org.bukkit.event.block
Methods in org.bukkit.event.block that return GameEventConstructors in org.bukkit.event.block with parameters of type GameEventModifierConstructorDescriptionBlockReceiveGameEvent(GameEvent event, Block block, Entity entity)
-
Uses of GameEvent in org.bukkit.event.world
Methods in org.bukkit.event.world that return GameEventConstructors in org.bukkit.event.world with parameters of type GameEventModifierConstructorDescriptionGenericGameEvent(GameEvent event, Location location, Entity entity, int radius)