Package net.minecraft.entity.mob
Class EndermanEntity.TeleportTowardsPlayerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.FollowTargetGoal<PlayerEntity>
net.minecraft.entity.mob.EndermanEntity.TeleportTowardsPlayerGoal
- Enclosing class:
- EndermanEntity
- Mappings:
Namespace Name official acu$bintermediary net/minecraft/class_970$class_2641named net/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
FollowTargetGoal.DistanceComparator -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EndermanEntityprivate intprivate PlayerEntityprivate intFields inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
field_3629, target, targetClass, targetPredicateFields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, field_14597, field_14598, mob -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
method_13104Methods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
canTrack, getFollowRange, method_11025, method_13955Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getCategoryBits, setCategoryBits
-
Field Details
-
field_14752
- Mappings:
Namespace Name Mixin selector official iLacu$b;i:Lacu;intermediary field_14752Lnet/minecraft/class_970$class_2641;field_14752:Lnet/minecraft/class_970;named field_14752Lnet/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal;field_14752:Lnet/minecraft/entity/mob/EndermanEntity;
-
targetPlayer
- Mappings:
Namespace Name Mixin selector official jLacu$b;j:Laed;intermediary field_12057Lnet/minecraft/class_970$class_2641;field_12057:Lnet/minecraft/class_988;named targetPlayerLnet/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal;targetPlayer:Lnet/minecraft/entity/player/PlayerEntity;
-
lookAtPlayerWarmup
private int lookAtPlayerWarmup- Mappings:
Namespace Name Mixin selector official kLacu$b;k:Iintermediary field_12058Lnet/minecraft/class_970$class_2641;field_12058:Inamed lookAtPlayerWarmupLnet/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal;lookAtPlayerWarmup:I
-
ticksSinceUnseenTeleport
private int ticksSinceUnseenTeleport- Mappings:
Namespace Name Mixin selector official lLacu$b;l:Iintermediary field_12059Lnet/minecraft/class_970$class_2641;field_12059:Inamed ticksSinceUnseenTeleportLnet/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal;ticksSinceUnseenTeleport:I
-
-
Constructor Details
-
TeleportTowardsPlayerGoal
- Mappings:
Namespace Name Mixin selector official <init>Lacu$b;<init>(Lacu;)Vintermediary <init>Lnet/minecraft/class_970$class_2641;<init>(Lnet/minecraft/class_970;)Vnamed <init>Lnet/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal;<init>(Lnet/minecraft/entity/mob/EndermanEntity;)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classFollowTargetGoal<PlayerEntity>- Mappings:
Namespace Name Mixin selector official aLxe;a()Zintermediary method_2742Lnet/minecraft/class_896;method_2742()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
start
public void start()- Overrides:
startin classFollowTargetGoal<PlayerEntity>- Mappings:
Namespace Name Mixin selector official cLxe;c()Vintermediary method_2747Lnet/minecraft/class_896;method_2747()Vnamed startLnet/minecraft/entity/ai/goal/Goal;start()V
-
stop
public void stop()- Overrides:
stopin classTrackTargetGoal- Mappings:
Namespace Name Mixin selector official dLxe;d()Vintermediary method_2745Lnet/minecraft/class_896;method_2745()Vnamed stopLnet/minecraft/entity/ai/goal/Goal;stop()V
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classTrackTargetGoal- Mappings:
Namespace Name Mixin selector official bLxe;b()Zintermediary method_2744Lnet/minecraft/class_896;method_2744()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
tick
public void tick()
-