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
net.minecraft.entity.mob.EndermanEntity.TeleportTowardsPlayerGoal
- Enclosing class:
- EndermanEntity
- Mappings:
Namespace Name official vo$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 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, mob -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
canTrack, getFollowRange, method_11025Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getCategoryBits, setCategoryBits
-
Field Details
-
targetPlayer
- Mappings:
Namespace Name Mixin selector official gLvo$b;g:Lwn;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 hLvo$b;h: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 iLvo$b;i:Iintermediary field_12059Lnet/minecraft/class_970$class_2641;field_12059:Inamed ticksSinceUnseenTeleportLnet/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal;ticksSinceUnseenTeleport:I
-
enderman
- Mappings:
Namespace Name Mixin selector official jLvo$b;j:Lvo;intermediary field_12060Lnet/minecraft/class_970$class_2641;field_12060:Lnet/minecraft/class_970;named endermanLnet/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal;enderman:Lnet/minecraft/entity/mob/EndermanEntity;
-
-
Constructor Details
-
TeleportTowardsPlayerGoal
- Mappings:
Namespace Name Mixin selector official <init>Lvo$b;<init>(Lvo;)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- Mappings:
Namespace Name Mixin selector official aLrd;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- Mappings:
Namespace Name Mixin selector official cLrd;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 dLrd;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 bLrd;b()Zintermediary method_2744Lnet/minecraft/class_896;method_2744()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
tick
public void tick()
-