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 named net/minecraft/entity/passive/CatEntity$SleepWithOwnerGoalintermediary net/minecraft/class_1451$class_3699official ctd$b
-
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, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
-
Field Details
-
cat
- Mappings:
Namespace Name Mixin selector named catLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cat:Lnet/minecraft/entity/passive/CatEntity;intermediary field_16297Lnet/minecraft/class_1451$class_3699;field_16297:Lnet/minecraft/class_1451;official aLctd$b;a:Lctd;
-
owner
- Mappings:
Namespace Name Mixin selector named ownerLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;owner:Lnet/minecraft/entity/player/PlayerEntity;intermediary field_16295Lnet/minecraft/class_1451$class_3699;field_16295:Lnet/minecraft/class_1657;official bLctd$b;b:Ldcb;
-
bedPos
- Mappings:
Namespace Name Mixin selector named bedPosLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;bedPos:Lnet/minecraft/util/math/BlockPos;intermediary field_16294Lnet/minecraft/class_1451$class_3699;field_16294:Lnet/minecraft/class_2338;official cLctd$b;c:Liz;
-
ticksOnBed
private int ticksOnBed- Mappings:
Namespace Name Mixin selector named ticksOnBedLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;ticksOnBed:Iintermediary field_16296Lnet/minecraft/class_1451$class_3699;field_16296:Iofficial dLctd$b;d:I
-
-
Constructor Details
-
SleepWithOwnerGoal
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;<init>(Lnet/minecraft/entity/passive/CatEntity;)Vintermediary <init>Lnet/minecraft/class_1451$class_3699;<init>(Lnet/minecraft/class_1451;)Vofficial <init>Lctd$b;<init>(Lctd;)V
-
-
Method Details
-
canStart
public boolean canStart() -
cannotSleep
private boolean cannotSleep()- Mappings:
Namespace Name Mixin selector named cannotSleepLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cannotSleep()Zintermediary method_16098Lnet/minecraft/class_1451$class_3699;method_16098()Zofficial hLctd$b;h()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcoc;c()Z
-
start
public void start() -
stop
public void stop() -
isMorning
private boolean isMorning()- Mappings:
Namespace Name Mixin selector named isMorningLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;isMorning()Zintermediary method_75146Lnet/minecraft/class_1451$class_3699;method_75146()Zofficial iLctd$b;i()Z
-
dropMorningGifts
private void dropMorningGifts()- Mappings:
Namespace Name Mixin selector named dropMorningGiftsLnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;dropMorningGifts()Vintermediary method_16097Lnet/minecraft/class_1451$class_3699;method_16097()Vofficial kLctd$b;k()V
-
tick
public void tick()
-