yarn/mappings/net/minecraft/world/event/listener/EntityGameEventHandler.mapping

23 lines
1.1 KiB
Plaintext

CLASS net/minecraft/class_5715 net/minecraft/world/event/listener/EntityGameEventHandler
COMMENT A game event handler for an entity so that the listener stored can be
COMMENT moved to the correct dispatcher or unregistered as the entity moves or
COMMENT gets removed.
COMMENT
COMMENT @apiNote This implementation is currently unused by vanilla as vanilla
COMMENT doesn't have any entity that listens to game events.
COMMENT
COMMENT @see net.minecraft.entity.Entity#getGameEventHandler()
FIELD field_28182 listener Lnet/minecraft/class_5714;
FIELD field_28183 sectionPos Lnet/minecraft/class_4076;
METHOD <init> (Lnet/minecraft/class_5714;)V
ARG 1 listener
METHOD method_32949 onEntityRemoval (Lnet/minecraft/class_3218;)V
METHOD method_32950 updateDispatcher (Lnet/minecraft/class_4538;Lnet/minecraft/class_4076;Ljava/util/function/Consumer;)V
METHOD method_32951 (Lnet/minecraft/class_5713;)V
ARG 1 dispatcher
METHOD method_32952 onEntitySetPos (Lnet/minecraft/class_3218;)V
METHOD method_32953 (Lnet/minecraft/class_5713;)V
ARG 1 dispatcher
METHOD method_32954 (Lnet/minecraft/class_5713;)V
ARG 1 dispatcher