Uses of Interface
net.minecraft.world.event.listener.GameEventDispatcher
-
Uses of GameEventDispatcher in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final Int2ObjectMap<GameEventDispatcher>
WorldChunk.gameEventDispatchers
Modifier and TypeMethodDescriptionChunk.getGameEventDispatcher
(int ySectionCoord) WorldChunk.getGameEventDispatcher
(int ySectionCoord) -
Uses of GameEventDispatcher in net.minecraft.world.event.listener
Modifier and TypeClassDescriptionclass
A simple game event dispatcher implementation that has hooks to debug info senders.Modifier and TypeFieldDescriptionstatic final GameEventDispatcher
GameEventDispatcher.EMPTY
An unmodifiable, empty (non-operative) dispatcher.Modifier and TypeMethodDescriptionprivate static void
EntityGameEventHandler.updateDispatcher
(WorldView world, @Nullable ChunkSectionPos sectionPos, Consumer<GameEventDispatcher> dispatcherConsumer)