Uses of Interface
net.minecraft.world.level.gameevent.GameEventDispatcher
Packages that use GameEventDispatcher
-
Uses of GameEventDispatcher in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type GameEventDispatcherModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventDispatcher>
LevelChunk.gameEventDispatcherSections
Methods in net.minecraft.world.level.chunk that return GameEventDispatcherModifier and TypeMethodDescriptionChunkAccess.getEventDispatcher
(int p_156113_) LevelChunk.getEventDispatcher
(int p_156372_) -
Uses of GameEventDispatcher in net.minecraft.world.level.gameevent
Classes in net.minecraft.world.level.gameevent that implement GameEventDispatcherFields in net.minecraft.world.level.gameevent declared as GameEventDispatcherMethod parameters in net.minecraft.world.level.gameevent with type arguments of type GameEventDispatcherModifier and TypeMethodDescriptionprivate static void
DynamicGameEventListener.ifChunkExists
(LevelReader p_223623_, SectionPos p_223624_, Consumer<GameEventDispatcher> p_223625_)