Class AllayEntity.JukeboxEventListener

java.lang.Object
net.minecraft.entity.passive.AllayEntity.JukeboxEventListener
All Implemented Interfaces:
GameEventListener
Enclosing class:
AllayEntity

private class AllayEntity.JukeboxEventListener extends Object implements GameEventListener
Mappings:
Namespace Name
official bqs$b
intermediary net/minecraft/class_7298$class_7525
named net/minecraft/entity/passive/AllayEntity$JukeboxEventListener
  • Field Details

    • positionSource

      private final PositionSource positionSource
      Mappings:
      Namespace Name Mixin selector
      official b Lbqs$b;b:Lddg;
      intermediary field_39478 Lnet/minecraft/class_7298$class_7525;field_39478:Lnet/minecraft/class_5716;
      named positionSource Lnet/minecraft/entity/passive/AllayEntity$JukeboxEventListener;positionSource:Lnet/minecraft/world/event/PositionSource;
    • range

      private final int range
      Mappings:
      Namespace Name Mixin selector
      official c Lbqs$b;c:I
      intermediary field_39479 Lnet/minecraft/class_7298$class_7525;field_39479:I
      named range Lnet/minecraft/entity/passive/AllayEntity$JukeboxEventListener;range:I
  • Constructor Details

    • JukeboxEventListener

      public JukeboxEventListener(PositionSource positionSource, int range)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbqs$b;<init>(Lbqs;Lddg;I)V
      intermediary <init> Lnet/minecraft/class_7298$class_7525;<init>(Lnet/minecraft/class_7298;Lnet/minecraft/class_5716;I)V
      named <init> Lnet/minecraft/entity/passive/AllayEntity$JukeboxEventListener;<init>(Lnet/minecraft/entity/passive/AllayEntity;Lnet/minecraft/world/event/PositionSource;I)V
  • Method Details

    • getPositionSource

      public PositionSource getPositionSource()
      Returns the position source of this listener.
      Specified by:
      getPositionSource in interface GameEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Ldde;a()Lddg;
      intermediary method_32946 Lnet/minecraft/class_5714;method_32946()Lnet/minecraft/class_5716;
      named getPositionSource Lnet/minecraft/world/event/listener/GameEventListener;getPositionSource()Lnet/minecraft/world/event/PositionSource;
    • getRange

      public int getRange()
      Returns the range, in blocks, of the listener.
      Specified by:
      getRange in interface GameEventListener
      Mappings:
      Namespace Name Mixin selector
      official b Ldde;b()I
      intermediary method_32948 Lnet/minecraft/class_5714;method_32948()I
      named getRange Lnet/minecraft/world/event/listener/GameEventListener;getRange()I
    • listen

      public boolean listen(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos)
      Listens to an incoming game event.
      Specified by:
      listen in interface GameEventListener
      Returns:
      true if the game event has been accepted by this listener
      Mappings:
      Namespace Name Mixin selector
      official a Ldde;a(Lahm;Lddc;Lddc$a;Leae;)Z
      intermediary method_32947 Lnet/minecraft/class_5714;method_32947(Lnet/minecraft/class_3218;Lnet/minecraft/class_5712;Lnet/minecraft/class_5712$class_7397;Lnet/minecraft/class_243;)Z
      named listen Lnet/minecraft/world/event/listener/GameEventListener;listen(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/world/event/GameEvent$Emitter;Lnet/minecraft/util/math/Vec3d;)Z