Package net.minecraft.entity.ai.goal
Class SitOnOwnerShoulderGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.SitOnOwnerShoulderGoal
- Mappings:
 Namespace Name official bnaintermediary net/minecraft/class_1360named net/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate ServerPlayerEntityprivate final TameableShoulderEntity - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getControls, getTickCount, setControls, shouldContinue, shouldRunEveryTick, stop, toGoalTicks, toString 
- 
Field Details
- 
tameable
- Mappings:
 Namespace Name Mixin selector official aLbna;a:Lbsi;intermediary field_6478Lnet/minecraft/class_1360;field_6478:Lnet/minecraft/class_1471;named tameableLnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;tameable:Lnet/minecraft/entity/passive/TameableShoulderEntity;
 - 
owner
- Mappings:
 Namespace Name Mixin selector official bLbna;b:Laig;intermediary field_6479Lnet/minecraft/class_1360;field_6479:Lnet/minecraft/class_3222;named ownerLnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;owner:Lnet/minecraft/server/network/ServerPlayerEntity;
 - 
mounted
private boolean mounted- Mappings:
 Namespace Name Mixin selector official cLbna;c:Zintermediary field_6480Lnet/minecraft/class_1360;field_6480:Znamed mountedLnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;mounted:Z
 
 - 
 - 
Constructor Details
- 
SitOnOwnerShoulderGoal
- Mappings:
 Namespace Name Mixin selector official <init>Lbna;<init>(Lbsi;)Vintermediary <init>Lnet/minecraft/class_1360;<init>(Lnet/minecraft/class_1471;)Vnamed <init>Lnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;<init>(Lnet/minecraft/entity/passive/TameableShoulderEntity;)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart() - 
canStop
public boolean canStop() - 
start
public void start() - 
tick
public void tick() 
 -