Uses of Class
net.minecraft.world.level.gameevent.GameEvent
Packages that use GameEvent
Package
Description
-
Uses of GameEvent in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type GameEvent -
Uses of GameEvent in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as GameEventMethods in net.minecraft.client.renderer.debug with parameters of type GameEventModifier and TypeMethodDescriptionbooleanGameEventListenerRenderer.TrackedListener.handleGameEvent(Level p_173878_, GameEvent p_173879_, Entity p_173880_, BlockPos p_173881_)voidGameEventListenerRenderer.trackGameEvent(GameEvent p_173828_, BlockPos p_173829_)Constructors in net.minecraft.client.renderer.debug with parameters of type GameEventModifierConstructorDescriptionTrackedGameEvent(long p_173865_, GameEvent p_173866_, Vec3 p_173867_) -
Uses of GameEvent in net.minecraft.core
Fields in net.minecraft.core with type parameters of type GameEventModifier and TypeFieldDescriptionstatic DefaultedRegistry<GameEvent>Registry.GAME_EVENTstatic ResourceKey<Registry<GameEvent>>Registry.GAME_EVENT_REGISTRY -
Uses of GameEvent in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type GameEventModifier and TypeMethodDescriptionstatic voidDebugPackets.sendGameEventInfo(Level p_179504_, GameEvent p_179505_, BlockPos p_179506_) -
Uses of GameEvent in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type GameEvent -
Uses of GameEvent in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type GameEventModifier and TypeFieldDescriptionprotected static StaticTagHelper<GameEvent>GameEventTags.HELPERGameEventTags.IGNORE_VIBRATIONS_SNEAKINGGameEventTags.VIBRATIONSMethods in net.minecraft.tags that return types with arguments of type GameEventModifier and TypeMethodDescriptionstatic Tags.IOptionalNamedTag<GameEvent>GameEventTags.createOptional(ResourceLocation name)static Tags.IOptionalNamedTag<GameEvent>GameEventTags.createOptional(ResourceLocation name, Set<Supplier<GameEvent>> defaults)static TagCollection<GameEvent>GameEventTags.getAllTags()Method parameters in net.minecraft.tags with type arguments of type GameEventModifier and TypeMethodDescriptionstatic Tags.IOptionalNamedTag<GameEvent>GameEventTags.createOptional(ResourceLocation name, Set<Supplier<GameEvent>> defaults) -
Uses of GameEvent in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type GameEvent -
Uses of GameEvent in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type GameEventModifier and TypeMethodDescriptionvoiddefault voiddefault voiddefault voidprotected voidLevel.postGameEventInRadius(Entity p_151514_, GameEvent p_151515_, BlockPos p_151516_, int p_151517_) -
Uses of GameEvent in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type GameEventModifier and TypeFieldDescriptionstatic it.unimi.dsi.fastutil.objects.Object2IntMap<GameEvent>SculkSensorBlock.VIBRATION_STRENGTH_FOR_EVENT -
Uses of GameEvent in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type GameEventModifier and TypeMethodDescriptionvoidSculkSensorBlockEntity.onSignalReceive(Level p_155638_, GameEventListener p_155639_, GameEvent p_155640_, int p_155641_)booleanSculkSensorBlockEntity.shouldListen(Level p_155643_, GameEventListener p_155644_, BlockPos p_155645_, GameEvent p_155646_, Entity p_155647_) -
Uses of GameEvent in net.minecraft.world.level.gameevent
Fields in net.minecraft.world.level.gameevent declared as GameEventModifier and TypeFieldDescriptionstatic GameEventGameEvent.BLOCK_ATTACHstatic GameEventGameEvent.BLOCK_CHANGEstatic GameEventGameEvent.BLOCK_CLOSEstatic GameEventGameEvent.BLOCK_DESTROYstatic GameEventGameEvent.BLOCK_DETACHstatic GameEventGameEvent.BLOCK_OPENstatic GameEventGameEvent.BLOCK_PLACEstatic GameEventGameEvent.BLOCK_PRESSstatic GameEventGameEvent.BLOCK_SWITCHstatic GameEventGameEvent.BLOCK_UNPRESSstatic GameEventGameEvent.BLOCK_UNSWITCHstatic GameEventGameEvent.CONTAINER_CLOSEstatic GameEventGameEvent.CONTAINER_OPENstatic GameEventGameEvent.DISPENSE_FAILstatic GameEventGameEvent.DRINKING_FINISHstatic GameEventGameEvent.EATstatic GameEventGameEvent.ELYTRA_FREE_FALLstatic GameEventGameEvent.ENTITY_DAMAGEDstatic GameEventGameEvent.ENTITY_KILLEDstatic GameEventGameEvent.ENTITY_PLACEstatic GameEventGameEvent.EQUIPstatic GameEventGameEvent.EXPLODEstatic GameEventGameEvent.FISHING_ROD_CASTstatic GameEventGameEvent.FISHING_ROD_REEL_INstatic GameEventGameEvent.FLAPstatic GameEventGameEvent.FLUID_PICKUPstatic GameEventGameEvent.FLUID_PLACEstatic GameEventGameEvent.HIT_GROUNDstatic GameEventGameEvent.LIGHTNING_STRIKEstatic GameEventGameEvent.MINECART_MOVINGstatic GameEventGameEvent.MOB_INTERACTstatic GameEventGameEvent.PISTON_CONTRACTstatic GameEventGameEvent.PISTON_EXTENDstatic GameEventGameEvent.PRIME_FUSEstatic GameEventGameEvent.PROJECTILE_LANDstatic GameEventGameEvent.PROJECTILE_SHOOTstatic GameEventGameEvent.RAVAGER_ROARstatic GameEventGameEvent.RING_BELLstatic GameEventGameEvent.SHEARstatic GameEventGameEvent.SHULKER_CLOSEstatic GameEventGameEvent.SHULKER_OPENstatic GameEventGameEvent.SPLASHstatic GameEventGameEvent.STEPstatic GameEventGameEvent.SWIMstatic GameEventGameEvent.WOLF_SHAKINGFields in net.minecraft.world.level.gameevent with type parameters of type GameEventMethods in net.minecraft.world.level.gameevent that return GameEventMethods in net.minecraft.world.level.gameevent with parameters of type GameEventModifier and TypeMethodDescriptionbooleanGameEventListener.handleGameEvent(Level p_157846_, GameEvent p_157847_, Entity p_157848_, BlockPos p_157849_)voidvoidprivate booleanEuclideanGameEventDispatcher.postToListener(Level p_157756_, GameEvent p_157757_, Entity p_157758_, BlockPos p_157759_, GameEventListener p_157760_) -
Uses of GameEvent in net.minecraft.world.level.gameevent.vibrations
Fields in net.minecraft.world.level.gameevent.vibrations with type parameters of type GameEventMethods in net.minecraft.world.level.gameevent.vibrations with parameters of type GameEventModifier and TypeMethodDescriptionbooleanVibrationListener.handleGameEvent(Level p_157901_, GameEvent p_157902_, Entity p_157903_, BlockPos p_157904_)private booleanVibrationListener.isValidVibration(GameEvent p_157917_, Entity p_157918_)voidVibrationListener.VibrationListenerConfig.onSignalReceive(Level p_157920_, GameEventListener p_157921_, GameEvent p_157922_, int p_157923_)private voidVibrationListener.sendSignal(Level p_157906_, GameEvent p_157907_, BlockPos p_157908_, BlockPos p_157909_)booleanVibrationListener.VibrationListenerConfig.shouldListen(Level p_157924_, GameEventListener p_157925_, BlockPos p_157926_, GameEvent p_157927_, Entity p_157928_)