Package net.minecraft.entity.passive
Class AllayEntity.JukeboxEventListener
java.lang.Object
net.minecraft.entity.passive.AllayEntity.JukeboxEventListener
- All Implemented Interfaces:
GameEventListener
- Enclosing class:
AllayEntity
- Mappings:
Namespace Name official bpv$bintermediary net/minecraft/class_7298$class_7525named net/minecraft/entity/passive/AllayEntity$JukeboxEventListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.event.listener.GameEventListener
GameEventListener.class_7720 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the position source of this listener.intgetRange()Returns the range, in blocks, of the listener.booleanlisten(ServerWorld world, GameEvent gameEvent, GameEvent.Emitter emitter, Vec3d vec3d) Listens to an incoming game event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.event.listener.GameEventListener
method_45472
-
Field Details
-
positionSource
- Mappings:
Namespace Name Mixin selector official bLbpv$b;b:Ldcg;intermediary field_39478Lnet/minecraft/class_7298$class_7525;field_39478:Lnet/minecraft/class_5716;named positionSourceLnet/minecraft/entity/passive/AllayEntity$JukeboxEventListener;positionSource:Lnet/minecraft/world/event/PositionSource;
-
range
private final int range- Mappings:
Namespace Name Mixin selector official cLbpv$b;c:Iintermediary field_39479Lnet/minecraft/class_7298$class_7525;field_39479:Inamed rangeLnet/minecraft/entity/passive/AllayEntity$JukeboxEventListener;range:I
-
-
Constructor Details
-
JukeboxEventListener
- Mappings:
Namespace Name Mixin selector official <init>Lbpv$b;<init>(Lbpv;Ldcg;I)Vintermediary <init>Lnet/minecraft/class_7298$class_7525;<init>(Lnet/minecraft/class_7298;Lnet/minecraft/class_5716;I)Vnamed <init>Lnet/minecraft/entity/passive/AllayEntity$JukeboxEventListener;<init>(Lnet/minecraft/entity/passive/AllayEntity;Lnet/minecraft/world/event/PositionSource;I)V
-
-
Method Details
-
getPositionSource
Returns the position source of this listener.- Specified by:
getPositionSourcein interfaceGameEventListener- Mappings:
Namespace Name Mixin selector official aLdce;a()Ldcg;intermediary method_32946Lnet/minecraft/class_5714;method_32946()Lnet/minecraft/class_5716;named getPositionSourceLnet/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:
getRangein interfaceGameEventListener- Mappings:
Namespace Name Mixin selector official bLdce;b()Iintermediary method_32948Lnet/minecraft/class_5714;method_32948()Inamed getRangeLnet/minecraft/world/event/listener/GameEventListener;getRange()I
-
listen
public boolean listen(ServerWorld world, GameEvent gameEvent, GameEvent.Emitter emitter, Vec3d vec3d) Listens to an incoming game event.- Specified by:
listenin interfaceGameEventListener- Returns:
trueif the game event has been accepted by this listener- Mappings:
Namespace Name Mixin selector official aLdce;a(Lahb;Ldcc;Ldcc$a;Ldze;)Zintermediary method_32947Lnet/minecraft/class_5714;method_32947(Lnet/minecraft/class_3218;Lnet/minecraft/class_5712;Lnet/minecraft/class_5712$class_7397;Lnet/minecraft/class_243;)Znamed listenLnet/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
-