Package net.minecraft.entity.ai.goal
Class FollowGolemGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.FollowGolemGoal
public class FollowGolemGoal extends Goal
- Mappings:
Namespace Name official sgintermediary net/minecraft/class_1819named net/minecraft/entity/ai/goal/FollowGolemGoal
-
Field Summary
Fields Modifier and Type Field Description private intfield_7773private booleanfield_7774private IronGolemEntitygolemprivate VillagerEntityvillager -
Constructor Summary
Constructors Constructor Description FollowGolemGoal(VillagerEntity villager) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369
-
Field Details
-
villager
- Mappings:
Namespace Name Mixin selector official aLsg;a:Lwi;intermediary field_7771Lnet/minecraft/class_1819;field_7771:Lnet/minecraft/class_1953;named villagerLnet/minecraft/entity/ai/goal/FollowGolemGoal;villager:Lnet/minecraft/entity/passive/VillagerEntity;
-
golem
- Mappings:
Namespace Name Mixin selector official bLsg;b:Lty;intermediary field_7772Lnet/minecraft/class_1819;field_7772:Lnet/minecraft/class_1869;named golemLnet/minecraft/entity/ai/goal/FollowGolemGoal;golem:Lnet/minecraft/entity/passive/IronGolemEntity;
-
field_7773
private int field_7773- Mappings:
Namespace Name Mixin selector official cLsg;c:Iintermediary field_7773Lnet/minecraft/class_1819;field_7773:Inamed field_7773Lnet/minecraft/entity/ai/goal/FollowGolemGoal;field_7773:I
-
field_7774
private boolean field_7774- Mappings:
Namespace Name Mixin selector official dLsg;d:Zintermediary field_7774Lnet/minecraft/class_1819;field_7774:Znamed field_7774Lnet/minecraft/entity/ai/goal/FollowGolemGoal;field_7774:Z
-
-
Constructor Details
-
FollowGolemGoal
- Mappings:
Namespace Name Mixin selector official <init>Lsg;<init>(Lwi;)Vintermediary <init>Lnet/minecraft/class_1819;<init>(Lnet/minecraft/class_1953;)Vnamed <init>Lnet/minecraft/entity/ai/goal/FollowGolemGoal;<init>(Lnet/minecraft/entity/passive/VillagerEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- 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
-
start
public void start() -
stop
public void stop() -
tick
public void tick()
-