Package net.minecraft.entity.ai.goal
Class LookAtCustomerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.LookAtEntityGoal
net.minecraft.entity.ai.goal.LookAtCustomerGoal
public class LookAtCustomerGoal extends LookAtEntityGoal
- Mappings:
Namespace Name official rjintermediary net/minecraft/class_1796named net/minecraft/entity/ai/goal/LookAtCustomerGoal
-
Field Summary
Fields Modifier and Type Field Description private VillagerEntityfield_7672Fields inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoal
field_7666, field_7667, field_7669, range -
Constructor Summary
Constructors Constructor Description LookAtCustomerGoal(VillagerEntity villagerEntity) -
Method Summary
Modifier and Type Method Description booleancanStart()Methods inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoal
shouldContinue, start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369
-
Field Details
-
field_7672
- Mappings:
Namespace Name Mixin selector official eLrj;e:Lwi;intermediary field_7672Lnet/minecraft/class_1796;field_7672:Lnet/minecraft/class_1953;named field_7672Lnet/minecraft/entity/ai/goal/LookAtCustomerGoal;field_7672:Lnet/minecraft/entity/passive/VillagerEntity;
-
-
Constructor Details
-
LookAtCustomerGoal
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classLookAtEntityGoal- 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
-