Package net.minecraft.entity.mob
Class EndermanEntity.class_1912
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.AttackEntityGoal
net.minecraft.entity.mob.EndermanEntity.class_1912
- Enclosing class:
- EndermanEntity
static class EndermanEntity.class_1912 extends AttackEntityGoal
- Mappings:
Namespace Name official vo$bintermediary net/minecraft/class_1910$class_1912named net/minecraft/entity/mob/EndermanEntity$class_1912
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.AttackEntityGoal
AttackEntityGoal.class_1828 -
Field Summary
Fields Modifier and Type Field Description private PlayerEntityfield_8196private intfield_8197private intfield_8198private EndermanEntityfield_8199Fields inherited from class net.minecraft.entity.ai.goal.AttackEntityGoal
field_7809, field_7810, field_7811, field_7812Fields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, field_7828 -
Constructor Summary
Constructors Constructor Description class_1912(EndermanEntity endermanEntity) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
getFollowRange, method_7399, method_7400Methods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369
-
Field Details
-
field_8196
- Mappings:
Namespace Name Mixin selector official gLvo$b;g:Lwn;intermediary field_8196Lnet/minecraft/class_1910$class_1912;field_8196:Lnet/minecraft/class_1963;named field_8196Lnet/minecraft/entity/mob/EndermanEntity$class_1912;field_8196:Lnet/minecraft/entity/player/PlayerEntity;
-
field_8197
private int field_8197- Mappings:
Namespace Name Mixin selector official hLvo$b;h:Iintermediary field_8197Lnet/minecraft/class_1910$class_1912;field_8197:Inamed field_8197Lnet/minecraft/entity/mob/EndermanEntity$class_1912;field_8197:I
-
field_8198
private int field_8198- Mappings:
Namespace Name Mixin selector official iLvo$b;i:Iintermediary field_8198Lnet/minecraft/class_1910$class_1912;field_8198:Inamed field_8198Lnet/minecraft/entity/mob/EndermanEntity$class_1912;field_8198:I
-
field_8199
- Mappings:
Namespace Name Mixin selector official jLvo$b;j:Lvo;intermediary field_8199Lnet/minecraft/class_1910$class_1912;field_8199:Lnet/minecraft/class_1910;named field_8199Lnet/minecraft/entity/mob/EndermanEntity$class_1912;field_8199:Lnet/minecraft/entity/mob/EndermanEntity;
-
-
Constructor Details
-
class_1912
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classAttackEntityGoal- Mappings:
Namespace Name Mixin selector official aLrd;a()Zintermediary method_7362Lnet/minecraft/class_1789;method_7362()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
start
public void start()- Overrides:
startin classAttackEntityGoal- Mappings:
Namespace Name Mixin selector official cLrd;c()Vintermediary method_7365Lnet/minecraft/class_1789;method_7365()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_7366Lnet/minecraft/class_1789;method_7366()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_7364Lnet/minecraft/class_1789;method_7364()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
tick
public void tick()
-