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

9 lines
543 B
Plaintext

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;
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