Uses of Interface
net.minecraft.world.event.listener.GameEventDispatcher
| Package | Description |
|---|---|
| net.minecraft.world.chunk | |
| net.minecraft.world.event.listener |
-
Uses of GameEventDispatcher in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type GameEventDispatcher Modifier and Type Field Description private Int2ObjectMap<GameEventDispatcher>WorldChunk. gameEventDispatchersMethods in net.minecraft.world.chunk that return GameEventDispatcher Modifier and Type Method Description default GameEventDispatcherChunk. getGameEventDispatcher(int ySectionCoord)GameEventDispatcherWorldChunk. getGameEventDispatcher(int ySectionCoord) -
Uses of GameEventDispatcher in net.minecraft.world.event.listener
Classes in net.minecraft.world.event.listener that implement GameEventDispatcher Modifier and Type Class Description classSimpleGameEventDispatcherA simple game event dispatcher implementation that has hooks to debug info senders.Fields in net.minecraft.world.event.listener declared as GameEventDispatcher Modifier and Type Field Description static GameEventDispatcherGameEventDispatcher. EMPTYAn unmodifiable, empty (non-operative) dispatcher.Method parameters in net.minecraft.world.event.listener with type arguments of type GameEventDispatcher Modifier and Type Method Description private voidEntityGameEventHandler. updateDispatcher(World world, @Nullable ChunkSectionPos sectionPos, Consumer<GameEventDispatcher> action)