Package net.minecraft.entity.ai.goal
Class FormCaravanGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.FormCaravanGoal
public class FormCaravanGoal extends Goal
- Mappings:
Namespace Name official rwintermediary net/minecraft/class_1809named net/minecraft/entity/ai/goal/FormCaravanGoal
-
Field Summary
Fields Modifier and Type Field Description private VillagerEntityfield_7734private LivingEntityfield_7735private doublefield_7736private intfield_7737 -
Constructor Summary
Constructors Constructor Description FormCaravanGoal(VillagerEntity villagerEntity, double double2) -
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
-
field_7734
- Mappings:
Namespace Name Mixin selector official aLrw;a:Lwi;intermediary field_7734Lnet/minecraft/class_1809;field_7734:Lnet/minecraft/class_1953;named field_7734Lnet/minecraft/entity/ai/goal/FormCaravanGoal;field_7734:Lnet/minecraft/entity/passive/VillagerEntity;
-
field_7735
- Mappings:
Namespace Name Mixin selector official bLrw;b:Lpr;intermediary field_7735Lnet/minecraft/class_1809;field_7735:Lnet/minecraft/class_1752;named field_7735Lnet/minecraft/entity/ai/goal/FormCaravanGoal;field_7735:Lnet/minecraft/entity/LivingEntity;
-
field_7736
private double field_7736- Mappings:
Namespace Name Mixin selector official cLrw;c:Dintermediary field_7736Lnet/minecraft/class_1809;field_7736:Dnamed field_7736Lnet/minecraft/entity/ai/goal/FormCaravanGoal;field_7736:D
-
field_7737
private int field_7737- Mappings:
Namespace Name Mixin selector official dLrw;d:Iintermediary field_7737Lnet/minecraft/class_1809;field_7737:Inamed field_7737Lnet/minecraft/entity/ai/goal/FormCaravanGoal;field_7737:I
-
-
Constructor Details
-
FormCaravanGoal
-
-
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()
-