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 - biu- intermediary - net/minecraft/class_1360- named - net/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate ServerPlayerEntityprivate final TameableShoulderEntity
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.GoalgetControls, getTickCount, setControls, shouldContinue, shouldRunEveryTick, stop, toGoalTicks, toString
- 
Field Details- 
tameable- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbiu;a:Lbob;- intermediary - field_6478- Lnet/minecraft/class_1360;field_6478:Lnet/minecraft/class_1471;- named - tameable- Lnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;tameable:Lnet/minecraft/entity/passive/TameableShoulderEntity;
 
- 
owner- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbiu;b:Lagh;- intermediary - field_6479- Lnet/minecraft/class_1360;field_6479:Lnet/minecraft/class_3222;- named - owner- Lnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;owner:Lnet/minecraft/server/network/ServerPlayerEntity;
 
- 
mountedprivate boolean mounted- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbiu;c:Z- intermediary - field_6480- Lnet/minecraft/class_1360;field_6480:Z- named - mounted- Lnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;mounted:Z
 
 
- 
- 
Constructor Details- 
SitOnOwnerShoulderGoal- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbiu;<init>(Lbob;)V- intermediary - <init>- Lnet/minecraft/class_1360;<init>(Lnet/minecraft/class_1471;)V- named - <init>- Lnet/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal;<init>(Lnet/minecraft/entity/passive/TameableShoulderEntity;)V
 
 
- 
- 
Method Details- 
canStartpublic boolean canStart()
- 
canStoppublic boolean canStop()
- 
startpublic void start()
- 
tickpublic void tick()
 
-