CLASS net/minecraft/class_5714 net/minecraft/world/event/listener/GameEventListener COMMENT A game event listener listens to game events from {@link GameEventDispatcher}s. METHOD method_32946 getPositionSource ()Lnet/minecraft/class_5716; COMMENT Returns the position source of this listener. METHOD method_32947 listen (Lnet/minecraft/class_3218;Lnet/minecraft/class_6880;Lnet/minecraft/class_5712$class_7397;Lnet/minecraft/class_243;)Z COMMENT Listens to an incoming game event. COMMENT COMMENT @return {@code true} if the game event has been accepted by this listener ARG 1 world ARG 2 event ARG 3 emitter ARG 4 emitterPos METHOD method_32948 getRange ()I COMMENT Returns the range, in blocks, of the listener. METHOD method_45472 getTriggerOrder ()Lnet/minecraft/class_5714$class_7720; CLASS class_7720 TriggerOrder CLASS class_8513 Holder METHOD method_51358 getEventListener ()Lnet/minecraft/class_5714;