Package net.minecraft.entity.ai.goal
Class SitOnOwnerShoulderGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.SitOnOwnerShoulderGoal
public class SitOnOwnerShoulderGoal extends Goal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private booleanmountedprivate ServerPlayerEntityownerprivate TameableShoulderEntitytameable -
Constructor Summary
Constructors Constructor Description SitOnOwnerShoulderGoal(TameableShoulderEntity tameable) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getControls, setControls, shouldContinue, stop, toString
-
Field Details
-
tameable
-
owner
-
mounted
private boolean mounted
-
-
Constructor Details
-
SitOnOwnerShoulderGoal
-
-
Method Details