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 io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type GameEventModifier and TypeFieldDescriptionstatic final RegistryKey
<GameEvent> RegistryKey.GAME_EVENT
Built-in registry for game events -
Uses of GameEvent in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type GameEventModifier and TypeFieldDescriptionstatic final RegistryEventProvider
<GameEvent, GameEventRegistryEntry.Builder> RegistryEvents.GAME_EVENT
-
Uses of GameEvent in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type GameEventModifier and TypeFieldDescriptionGameEventKeys.BLOCK_ACTIVATE
minecraft:block_activate
GameEventKeys.BLOCK_ATTACH
minecraft:block_attach
GameEventKeys.BLOCK_CHANGE
minecraft:block_change
GameEventKeys.BLOCK_CLOSE
minecraft:block_close
GameEventKeys.BLOCK_DEACTIVATE
minecraft:block_deactivate
GameEventKeys.BLOCK_DESTROY
minecraft:block_destroy
GameEventKeys.BLOCK_DETACH
minecraft:block_detach
GameEventKeys.BLOCK_OPEN
minecraft:block_open
GameEventKeys.BLOCK_PLACE
minecraft:block_place
GameEventKeys.CONTAINER_CLOSE
minecraft:container_close
GameEventKeys.CONTAINER_OPEN
minecraft:container_open
GameEventKeys.DRINK
minecraft:drink
GameEventKeys.EAT
minecraft:eat
GameEventKeys.ELYTRA_GLIDE
minecraft:elytra_glide
GameEventKeys.ENTITY_ACTION
minecraft:entity_action
GameEventKeys.ENTITY_DAMAGE
minecraft:entity_damage
GameEventKeys.ENTITY_DIE
minecraft:entity_die
GameEventKeys.ENTITY_DISMOUNT
minecraft:entity_dismount
GameEventKeys.ENTITY_INTERACT
minecraft:entity_interact
GameEventKeys.ENTITY_MOUNT
minecraft:entity_mount
GameEventKeys.ENTITY_PLACE
minecraft:entity_place
GameEventKeys.EQUIP
minecraft:equip
GameEventKeys.EXPLODE
minecraft:explode
GameEventKeys.FLAP
minecraft:flap
GameEventKeys.FLUID_PICKUP
minecraft:fluid_pickup
GameEventKeys.FLUID_PLACE
minecraft:fluid_place
GameEventKeys.HIT_GROUND
minecraft:hit_ground
GameEventKeys.INSTRUMENT_PLAY
minecraft:instrument_play
GameEventKeys.ITEM_INTERACT_FINISH
minecraft:item_interact_finish
GameEventKeys.ITEM_INTERACT_START
minecraft:item_interact_start
GameEventKeys.JUKEBOX_PLAY
minecraft:jukebox_play
GameEventKeys.JUKEBOX_STOP_PLAY
minecraft:jukebox_stop_play
GameEventKeys.LIGHTNING_STRIKE
minecraft:lightning_strike
GameEventKeys.NOTE_BLOCK_PLAY
minecraft:note_block_play
GameEventKeys.PRIME_FUSE
minecraft:prime_fuse
GameEventKeys.PROJECTILE_LAND
minecraft:projectile_land
GameEventKeys.PROJECTILE_SHOOT
minecraft:projectile_shoot
GameEventKeys.RESONATE_1
minecraft:resonate_1
GameEventKeys.RESONATE_10
minecraft:resonate_10
GameEventKeys.RESONATE_11
minecraft:resonate_11
GameEventKeys.RESONATE_12
minecraft:resonate_12
GameEventKeys.RESONATE_13
minecraft:resonate_13
GameEventKeys.RESONATE_14
minecraft:resonate_14
GameEventKeys.RESONATE_15
minecraft:resonate_15
GameEventKeys.RESONATE_2
minecraft:resonate_2
GameEventKeys.RESONATE_3
minecraft:resonate_3
GameEventKeys.RESONATE_4
minecraft:resonate_4
GameEventKeys.RESONATE_5
minecraft:resonate_5
GameEventKeys.RESONATE_6
minecraft:resonate_6
GameEventKeys.RESONATE_7
minecraft:resonate_7
GameEventKeys.RESONATE_8
minecraft:resonate_8
GameEventKeys.RESONATE_9
minecraft:resonate_9
GameEventKeys.SCULK_SENSOR_TENDRILS_CLICKING
minecraft:sculk_sensor_tendrils_clicking
GameEventKeys.SHEAR
minecraft:shear
GameEventKeys.SHRIEK
minecraft:shriek
GameEventKeys.SPLASH
minecraft:splash
GameEventKeys.STEP
minecraft:step
GameEventKeys.SWIM
minecraft:swim
GameEventKeys.TELEPORT
minecraft:teleport
GameEventKeys.UNEQUIP
minecraft:unequip
Methods in io.papermc.paper.registry.keys that return types with arguments of type GameEvent -
Uses of GameEvent in io.papermc.paper.registry.keys.tags
Fields in io.papermc.paper.registry.keys.tags with type parameters of type GameEventModifier and TypeFieldDescriptionGameEventTagKeys.ALLAY_CAN_LISTEN
#minecraft:allay_can_listen
GameEventTagKeys.IGNORE_VIBRATIONS_SNEAKING
#minecraft:ignore_vibrations_sneaking
GameEventTagKeys.SHRIEKER_CAN_LISTEN
#minecraft:shrieker_can_listen
GameEventTagKeys.VIBRATIONS
#minecraft:vibrations
GameEventTagKeys.WARDEN_CAN_LISTEN
#minecraft:warden_can_listen
Methods in io.papermc.paper.registry.keys.tags that return types with arguments of type GameEvent -
Uses of GameEvent in org.bukkit
Fields in org.bukkit declared as GameEventModifier and TypeFieldDescriptionstatic final GameEvent
GameEvent.BLOCK_ACTIVATE
static final GameEvent
GameEvent.BLOCK_ATTACH
static final GameEvent
GameEvent.BLOCK_CHANGE
static final GameEvent
GameEvent.BLOCK_CLOSE
static final GameEvent
GameEvent.BLOCK_DEACTIVATE
static final GameEvent
GameEvent.BLOCK_DESTROY
static final GameEvent
GameEvent.BLOCK_DETACH
static final GameEvent
GameEvent.BLOCK_OPEN
static final GameEvent
GameEvent.BLOCK_PLACE
static final GameEvent
GameEvent.BLOCK_PRESS
Deprecated.static final GameEvent
GameEvent.BLOCK_SWITCH
Deprecated.in favor ofBLOCK_ACTIVATE
static final GameEvent
GameEvent.BLOCK_UNPRESS
Deprecated.in favor ofBLOCK_DEACTIVATE
static final GameEvent
GameEvent.BLOCK_UNSWITCH
Deprecated.in favor ofBLOCK_DEACTIVATE
static final GameEvent
GameEvent.CONTAINER_CLOSE
static final GameEvent
GameEvent.CONTAINER_OPEN
static final GameEvent
GameEvent.DISPENSE_FAIL
Deprecated.in favor ofBLOCK_ACTIVATE
static final GameEvent
GameEvent.DRINK
static final GameEvent
GameEvent.DRINKING_FINISH
Deprecated.in favor ofDRINK
static final GameEvent
GameEvent.EAT
static final GameEvent
GameEvent.ELYTRA_FREE_FALL
Deprecated.in favor ofELYTRA_GLIDE
static final GameEvent
GameEvent.ELYTRA_GLIDE
static final GameEvent
GameEvent.ENTITY_ACTION
static final GameEvent
GameEvent.ENTITY_DAMAGE
static final GameEvent
GameEvent.ENTITY_DAMAGED
Deprecated.in favor ofENTITY_DAMAGE
static final GameEvent
GameEvent.ENTITY_DIE
static final GameEvent
GameEvent.ENTITY_DISMOUNT
static final GameEvent
GameEvent.ENTITY_DYING
Deprecated.in favor ofENTITY_DIE
static final GameEvent
GameEvent.ENTITY_INTERACT
static final GameEvent
GameEvent.ENTITY_KILLED
Deprecated.in favor ofENTITY_DIE
static final GameEvent
GameEvent.ENTITY_MOUNT
static final GameEvent
GameEvent.ENTITY_PLACE
static final GameEvent
GameEvent.ENTITY_ROAR
Deprecated.in favor ofENTITY_ACTION
static final GameEvent
GameEvent.ENTITY_SHAKE
Deprecated.in favor ofENTITY_ACTION
static final GameEvent
GameEvent.EQUIP
static final GameEvent
GameEvent.EXPLODE
static final GameEvent
GameEvent.FLAP
static final GameEvent
GameEvent.FLUID_PICKUP
static final GameEvent
GameEvent.FLUID_PLACE
static final GameEvent
GameEvent.HIT_GROUND
static final GameEvent
GameEvent.INSTRUMENT_PLAY
static final GameEvent
GameEvent.ITEM_INTERACT_FINISH
static final GameEvent
GameEvent.ITEM_INTERACT_START
static final GameEvent
GameEvent.JUKEBOX_PLAY
static final GameEvent
GameEvent.JUKEBOX_STOP_PLAY
static final GameEvent
GameEvent.LIGHTNING_STRIKE
static final GameEvent
GameEvent.MOB_INTERACT
Deprecated.in favor ofENTITY_INTERACT
static final GameEvent
GameEvent.NOTE_BLOCK_PLAY
static final GameEvent
GameEvent.PISTON_CONTRACT
Deprecated.in favor ofBLOCK_DEACTIVATE
static final GameEvent
GameEvent.PISTON_EXTEND
Deprecated.in favor ofBLOCK_ACTIVATE
static final GameEvent
GameEvent.PRIME_FUSE
static final GameEvent
GameEvent.PROJECTILE_LAND
static final GameEvent
GameEvent.PROJECTILE_SHOOT
static final GameEvent
GameEvent.RAVAGER_ROAR
Deprecated.in favor ofENTITY_ACTION
static final GameEvent
GameEvent.RESONATE_1
static final GameEvent
GameEvent.RESONATE_10
static final GameEvent
GameEvent.RESONATE_11
static final GameEvent
GameEvent.RESONATE_12
static final GameEvent
GameEvent.RESONATE_13
static final GameEvent
GameEvent.RESONATE_14
static final GameEvent
GameEvent.RESONATE_15
static final GameEvent
GameEvent.RESONATE_2
static final GameEvent
GameEvent.RESONATE_3
static final GameEvent
GameEvent.RESONATE_4
static final GameEvent
GameEvent.RESONATE_5
static final GameEvent
GameEvent.RESONATE_6
static final GameEvent
GameEvent.RESONATE_7
static final GameEvent
GameEvent.RESONATE_8
static final GameEvent
GameEvent.RESONATE_9
static final GameEvent
GameEvent.RING_BELL
Deprecated.in favor ofBLOCK_CHANGE
static final GameEvent
GameEvent.SCULK_SENSOR_TENDRILS_CLICKING
static final GameEvent
GameEvent.SHEAR
static final GameEvent
GameEvent.SHRIEK
static final GameEvent
GameEvent.SHULKER_CLOSE
Deprecated.in favor ofCONTAINER_CLOSE
static final GameEvent
GameEvent.SHULKER_OPEN
Deprecated.in favor ofCONTAINER_OPEN
static final GameEvent
GameEvent.SPLASH
static final GameEvent
GameEvent.STEP
static final GameEvent
GameEvent.SWIM
static final GameEvent
GameEvent.TELEPORT
static final GameEvent
GameEvent.UNEQUIP
static final GameEvent
GameEvent.WOLF_SHAKING
Deprecated.in favor ofENTITY_ACTION
Fields in org.bukkit with type parameters of type GameEventMethods in org.bukkit that return GameEventModifier and TypeMethodDescriptionGameEvent.getByKey
(@NotNull NamespacedKey namespacedKey) Deprecated.UseRegistry.get(NamespacedKey)
instead.Methods in org.bukkit that return types with arguments of type GameEventModifier and TypeMethodDescriptionstatic @NotNull Collection
<GameEvent> GameEvent.values()
Deprecated.useIterable.iterator()
.Methods in org.bukkit with parameters of type GameEvent -
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 GameEvent -
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 GameEvent
BLOCK_ACTIVATE