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 void
GameEventListenerRegistrar.ifEventDispatcherExists
(Level p_157857_, SectionPos p_157858_, Consumer<GameEventDispatcher> p_157859_)