Package net.minecraft.entity.passive
Class CatEntity.SleepWithOwnerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.CatEntity.SleepWithOwnerGoal
- Enclosing class:
 CatEntity
- Mappings:
 Namespace Name official bro$bintermediary net/minecraft/class_1451$class_3699named net/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CatEntityprivate @Nullable PlayerEntityprivate int - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString 
- 
Field Details
- 
cat
- Mappings:
 Namespace Name Mixin selector official aLbro$b;a:Lbro;intermediary field_16297Lnet/minecraft/class_1451$class_3699;field_16297:Lnet/minecraft/class_1451;named catLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cat:Lnet/minecraft/entity/passive/CatEntity;
 - 
owner
- Mappings:
 Namespace Name Mixin selector official bLbro$b;b:Lbyo;intermediary field_16295Lnet/minecraft/class_1451$class_3699;field_16295:Lnet/minecraft/class_1657;named ownerLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;owner:Lnet/minecraft/entity/player/PlayerEntity;
 - 
bedPos
- Mappings:
 Namespace Name Mixin selector official cLbro$b;c:Lgu;intermediary field_16294Lnet/minecraft/class_1451$class_3699;field_16294:Lnet/minecraft/class_2338;named bedPosLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;bedPos:Lnet/minecraft/util/math/BlockPos;
 - 
ticksOnBed
private int ticksOnBed- Mappings:
 Namespace Name Mixin selector official dLbro$b;d:Iintermediary field_16296Lnet/minecraft/class_1451$class_3699;field_16296:Inamed ticksOnBedLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;ticksOnBed:I
 
 - 
 - 
Constructor Details
- 
SleepWithOwnerGoal
- Mappings:
 Namespace Name Mixin selector official <init>Lbro$b;<init>(Lbro;)Vintermediary <init>Lnet/minecraft/class_1451$class_3699;<init>(Lnet/minecraft/class_1451;)Vnamed <init>Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;<init>(Lnet/minecraft/entity/passive/CatEntity;)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart() - 
cannotSleep
private boolean cannotSleep()- Mappings:
 Namespace Name Mixin selector official hLbro$b;h()Zintermediary method_16098Lnet/minecraft/class_1451$class_3699;method_16098()Znamed cannotSleepLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cannotSleep()Z
 - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoal- Mappings:
 Namespace Name Mixin selector official bLbmv;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
 - 
start
public void start() - 
stop
public void stop() - 
dropMorningGifts
private void dropMorningGifts()- Mappings:
 Namespace Name Mixin selector official iLbro$b;i()Vintermediary method_16097Lnet/minecraft/class_1451$class_3699;method_16097()Vnamed dropMorningGiftsLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;dropMorningGifts()V
 - 
tick
public void tick() 
 -