Package net.minecraft.entity.mob
Class WardenEntity.VibrationCallback
java.lang.Object
net.minecraft.entity.mob.WardenEntity.VibrationCallback
- All Implemented Interfaces:
Vibrations.Callback
- Enclosing class:
WardenEntity
- Mappings:
Namespace Name intermediary net/minecraft/class_7260$class_8507official bxq$anamed net/minecraft/entity/mob/WardenEntity$VibrationCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ServerWorld world, BlockPos pos, GameEvent event, @Nullable Entity sourceEntity, @Nullable Entity entity, float distance) Accepts a game event after delay.booleanaccepts(ServerWorld world, BlockPos pos, GameEvent event, GameEvent.Emitter emitter) Returns whether the callback wants to accept this event.intgetRange()getTag()booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.event.Vibrations.Callback
canAccept, getDelay, onListen, requiresTickingChunksAround
-
Field Details
-
RANGE
private static final int RANGE- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_44601Lnet/minecraft/class_7260$class_8507;field_44601:Iofficial bLbxq$a;b:Inamed RANGELnet/minecraft/entity/mob/WardenEntity$VibrationCallback;RANGE:I
-
positionSource
- Mappings:
Namespace Name Mixin selector intermediary field_44602Lnet/minecraft/class_7260$class_8507;field_44602:Lnet/minecraft/class_5716;official cLbxq$a;c:Ldgm;named positionSourceLnet/minecraft/entity/mob/WardenEntity$VibrationCallback;positionSource:Lnet/minecraft/world/event/PositionSource;
-
-
Constructor Details
-
VibrationCallback
VibrationCallback()
-
-
Method Details
-
getRange
public int getRange()- Specified by:
getRangein interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector intermediary method_49797Lnet/minecraft/class_8514$class_5719;method_49797()Iofficial aLdgr$d;a()Inamed getRangeLnet/minecraft/world/event/Vibrations$Callback;getRange()I
-
getPositionSource
- Specified by:
getPositionSourcein interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector intermediary method_51300Lnet/minecraft/class_8514$class_5719;method_51300()Lnet/minecraft/class_5716;official bLdgr$d;b()Ldgm;named getPositionSourceLnet/minecraft/world/event/Vibrations$Callback;getPositionSource()Lnet/minecraft/world/event/PositionSource;
-
getTag
- Specified by:
getTagin interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector intermediary method_42210Lnet/minecraft/class_8514$class_5719;method_42210()Lnet/minecraft/class_6862;official cLdgr$d;c()Lanl;named getTagLnet/minecraft/world/event/Vibrations$Callback;getTag()Lnet/minecraft/registry/tag/TagKey;
-
triggersAvoidCriterion
public boolean triggersAvoidCriterion()- Specified by:
triggersAvoidCriterionin interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector intermediary method_43695Lnet/minecraft/class_8514$class_5719;method_43695()Zofficial dLdgr$d;d()Znamed triggersAvoidCriterionLnet/minecraft/world/event/Vibrations$Callback;triggersAvoidCriterion()Z
-
accepts
Returns whether the callback wants to accept this event.- Specified by:
acceptsin interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector intermediary method_32970Lnet/minecraft/class_8514$class_5719;method_32970(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5712;Lnet/minecraft/class_5712$class_7397;)Zofficial aLdgr$d;a(Laif;Lgu;Ldgi;Ldgi$a;)Znamed acceptsLnet/minecraft/world/event/Vibrations$Callback;accepts(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/world/event/GameEvent$Emitter;)Z
-
accept
public void accept(ServerWorld world, BlockPos pos, GameEvent event, @Nullable @Nullable Entity sourceEntity, @Nullable @Nullable Entity entity, float distance) Accepts a game event after delay.- Specified by:
acceptin interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector intermediary method_32969Lnet/minecraft/class_8514$class_5719;method_32969(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;F)Vofficial aLdgr$d;a(Laif;Lgu;Ldgi;Lbfh;Lbfh;F)Vnamed acceptLnet/minecraft/world/event/Vibrations$Callback;accept(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;F)V
-