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$SleepWithOwnerGoal
intermediary net/minecraft/class_1451$class_3699
official cfk$b
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Modifier and TypeFieldDescriptionprivate final CatEntity
private @Nullable PlayerEntity
private int
-
Constructor Summary
-
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 named cat
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cat:Lnet/minecraft/entity/passive/CatEntity;
intermediary field_16297
Lnet/minecraft/class_1451$class_3699;field_16297:Lnet/minecraft/class_1451;
official a
Lcfk$b;a:Lcfk;
-
owner
- Mappings:
Namespace Name Mixin selector named owner
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;owner:Lnet/minecraft/entity/player/PlayerEntity;
intermediary field_16295
Lnet/minecraft/class_1451$class_3699;field_16295:Lnet/minecraft/class_1657;
official b
Lcfk$b;b:Lcmz;
-
bedPos
- Mappings:
Namespace Name Mixin selector named bedPos
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;bedPos:Lnet/minecraft/util/math/BlockPos;
intermediary field_16294
Lnet/minecraft/class_1451$class_3699;field_16294:Lnet/minecraft/class_2338;
official c
Lcfk$b;c:Liz;
-
ticksOnBed
private int ticksOnBed- Mappings:
Namespace Name Mixin selector named ticksOnBed
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;ticksOnBed:I
intermediary field_16296
Lnet/minecraft/class_1451$class_3699;field_16296:I
official d
Lcfk$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;)V
intermediary <init>
Lnet/minecraft/class_1451$class_3699;<init>(Lnet/minecraft/class_1451;)V
official <init>
Lcfk$b;<init>(Lcfk;)V
-
-
Method Details
-
canStart
public boolean canStart() -
cannotSleep
private boolean cannotSleep()- Mappings:
Namespace Name Mixin selector named cannotSleep
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cannotSleep()Z
intermediary method_16098
Lnet/minecraft/class_1451$class_3699;method_16098()Z
official h
Lcfk$b;h()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
official b
Lcap;b()Z
-
start
public void start() -
stop
public void stop() -
dropMorningGifts
private void dropMorningGifts()- Mappings:
Namespace Name Mixin selector named dropMorningGifts
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;dropMorningGifts()V
intermediary method_16097
Lnet/minecraft/class_1451$class_3699;method_16097()V
official i
Lcfk$b;i()V
-
tick
public void tick()
-