Uses of Interface
net.minecraft.world.event.listener.GameEventDispatcher
Packages that use GameEventDispatcher
-
Uses of GameEventDispatcher in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type GameEventDispatcherModifier and TypeFieldDescriptionprivate final Int2ObjectMap<GameEventDispatcher>WorldChunk.gameEventDispatchersMethods in net.minecraft.world.chunk that return GameEventDispatcherModifier and TypeMethodDescriptionChunk.getGameEventDispatcher(int ySectionCoord) WorldChunk.getGameEventDispatcher(int ySectionCoord) -
Uses of GameEventDispatcher in net.minecraft.world.event.listener
Classes in net.minecraft.world.event.listener that implement GameEventDispatcherModifier and TypeClassDescriptionclassA simple game event dispatcher implementation that has hooks to debug info senders.Fields in net.minecraft.world.event.listener declared as GameEventDispatcherModifier and TypeFieldDescriptionstatic final GameEventDispatcherGameEventDispatcher.EMPTYAn unmodifiable, empty (non-operative) dispatcher.Method parameters in net.minecraft.world.event.listener with type arguments of type GameEventDispatcherModifier and TypeMethodDescriptionprivate static voidEntityGameEventHandler.updateDispatcher(WorldView world, @Nullable ChunkSectionPos sectionPos, Consumer<GameEventDispatcher> dispatcherConsumer)