Package net.minecraft.entity.mob
Class WardenEntity.class_8507
java.lang.Object
net.minecraft.entity.mob.WardenEntity.class_8507
- All Implemented Interfaces:
class_8514.Callback
- Enclosing class:
WardenEntity
- Mappings:
Namespace Name official bxk$a
intermediary net/minecraft/class_7260$class_8507
named net/minecraft/entity/mob/WardenEntity$class_8507
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ServerWorld world, BlockPos blockPos, GameEvent gameEvent, @Nullable Entity entity2, @Nullable Entity entity, float float2) Accepts a game event after delay.boolean
accepts
(ServerWorld world, BlockPos blockPos, GameEvent gameEvent, GameEvent.Emitter emitter) Returns whether the callback wants to accept this event.int
getRange()
getTag()
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.class_8514.Callback
canAccept, method_51363, method_51410, onListen
-
Field Details
-
field_44601
private static final int field_44601- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lbxk$a;b:I
intermediary field_44601
Lnet/minecraft/class_7260$class_8507;field_44601:I
named field_44601
Lnet/minecraft/entity/mob/WardenEntity$class_8507;field_44601:I
-
field_44602
- Mappings:
Namespace Name Mixin selector official c
Lbxk$a;c:Ldge;
intermediary field_44602
Lnet/minecraft/class_7260$class_8507;field_44602:Lnet/minecraft/class_5716;
named field_44602
Lnet/minecraft/entity/mob/WardenEntity$class_8507;field_44602:Lnet/minecraft/world/event/PositionSource;
-
-
Constructor Details
-
class_8507
class_8507()
-
-
Method Details
-
getRange
public int getRange()- Specified by:
getRange
in interfaceclass_8514.Callback
- Mappings:
Namespace Name Mixin selector official a
Ldgj$d;a()I
intermediary method_49797
Lnet/minecraft/class_8514$class_5719;method_49797()I
named getRange
Lnet/minecraft/class_8514$Callback;getRange()I
-
method_51300
- Specified by:
method_51300
in interfaceclass_8514.Callback
- Mappings:
Namespace Name Mixin selector official b
Ldgj$d;b()Ldge;
intermediary method_51300
Lnet/minecraft/class_8514$class_5719;method_51300()Lnet/minecraft/class_5716;
named method_51300
Lnet/minecraft/class_8514$Callback;method_51300()Lnet/minecraft/world/event/PositionSource;
-
getTag
- Specified by:
getTag
in interfaceclass_8514.Callback
- Mappings:
Namespace Name Mixin selector official c
Ldgj$d;c()Lanj;
intermediary method_42210
Lnet/minecraft/class_8514$class_5719;method_42210()Lnet/minecraft/class_6862;
named getTag
Lnet/minecraft/class_8514$Callback;getTag()Lnet/minecraft/registry/tag/TagKey;
-
triggersAvoidCriterion
public boolean triggersAvoidCriterion()- Specified by:
triggersAvoidCriterion
in interfaceclass_8514.Callback
- Mappings:
Namespace Name Mixin selector official d
Ldgj$d;d()Z
intermediary method_43695
Lnet/minecraft/class_8514$class_5719;method_43695()Z
named triggersAvoidCriterion
Lnet/minecraft/class_8514$Callback;triggersAvoidCriterion()Z
-
accepts
public boolean accepts(ServerWorld world, BlockPos blockPos, GameEvent gameEvent, GameEvent.Emitter emitter) Returns whether the callback wants to accept this event.- Specified by:
accepts
in interfaceclass_8514.Callback
- Mappings:
Namespace Name Mixin selector official a
Ldgj$d;a(Laid;Lgu;Ldga;Ldga$a;)Z
intermediary method_32970
Lnet/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;)Z
named accepts
Lnet/minecraft/class_8514$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 blockPos, GameEvent gameEvent, @Nullable @Nullable Entity entity2, @Nullable @Nullable Entity entity, float float2) Accepts a game event after delay.- Specified by:
accept
in interfaceclass_8514.Callback
- Mappings:
Namespace Name Mixin selector official a
Ldgj$d;a(Laid;Lgu;Ldga;Lbfb;Lbfb;F)V
intermediary method_32969
Lnet/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)V
named accept
Lnet/minecraft/class_8514$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
-