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 official ckl$aintermediary net/minecraft/class_7260$class_8507named net/minecraft/entity/mob/WardenEntity$VibrationCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ServerWorld world, BlockPos pos, RegistryEntry<GameEvent> event, @Nullable Entity sourceEntity, @Nullable Entity entity, float distance) Accepts a game event after delay.booleanaccepts(ServerWorld world, BlockPos pos, RegistryEntry<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 official bLckl$a;b:Iintermediary field_44601Lnet/minecraft/class_7260$class_8507;field_44601:Inamed RANGELnet/minecraft/entity/mob/WardenEntity$VibrationCallback;RANGE:I
-
positionSource
- Mappings:
Namespace Name Mixin selector official cLckl$a;c:Ldve;intermediary field_44602Lnet/minecraft/class_7260$class_8507;field_44602:Lnet/minecraft/class_5716;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 official aLdvj$d;a()Iintermediary method_49797Lnet/minecraft/class_8514$class_5719;method_49797()Inamed getRangeLnet/minecraft/world/event/Vibrations$Callback;getRange()I
-
getPositionSource
- Specified by:
getPositionSourcein interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector official bLdvj$d;b()Ldve;intermediary method_51300Lnet/minecraft/class_8514$class_5719;method_51300()Lnet/minecraft/class_5716;named getPositionSourceLnet/minecraft/world/event/Vibrations$Callback;getPositionSource()Lnet/minecraft/world/event/PositionSource;
-
getTag
- Specified by:
getTagin interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector official cLdvj$d;c()Lawg;intermediary method_42210Lnet/minecraft/class_8514$class_5719;method_42210()Lnet/minecraft/class_6862;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 official dLdvj$d;d()Zintermediary method_43695Lnet/minecraft/class_8514$class_5719;method_43695()Znamed triggersAvoidCriterionLnet/minecraft/world/event/Vibrations$Callback;triggersAvoidCriterion()Z
-
accepts
public boolean accepts(ServerWorld world, BlockPos pos, RegistryEntry<GameEvent> event, GameEvent.Emitter emitter) Returns whether the callback wants to accept this event.- Specified by:
acceptsin interfaceVibrations.Callback- Mappings:
Namespace Name Mixin selector official aLdvj$d;a(Laqh;Lin;Liw;Ldva$a;)Zintermediary method_32970Lnet/minecraft/class_8514$class_5719;method_32970(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Lnet/minecraft/class_5712$class_7397;)Znamed acceptsLnet/minecraft/world/event/Vibrations$Callback;accepts(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/world/event/GameEvent$Emitter;)Z
-
accept
public void accept(ServerWorld world, BlockPos pos, RegistryEntry<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 official aLdvj$d;a(Laqh;Lin;Liw;Lbrh;Lbrh;F)Vintermediary method_32969Lnet/minecraft/class_8514$class_5719;method_32969(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;F)Vnamed acceptLnet/minecraft/world/event/Vibrations$Callback;accept(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;F)V
-