yarn/mappings/net/minecraft/world/event/listener/SimpleGameEventDispatcher.m...

9 lines
543 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_5711 net/minecraft/world/event/listener/SimpleGameEventDispatcher
COMMENT A simple game event dispatcher implementation that has hooks to
COMMENT debug info senders.
COMMENT
COMMENT @apiNote Vanilla Minecraft creates it on a per-chunk-section basis.
FIELD field_28142 listeners Ljava/util/List;
2022-03-24 15:10:04 -04:00
FIELD field_28143 world Lnet/minecraft/class_3218;
METHOD method_32936 dispatchTo (Lnet/minecraft/class_3218;Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;Lnet/minecraft/class_243;Lnet/minecraft/class_5714;)Z