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 brm$b
intermediary net/minecraft/class_1451$class_3699
named 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
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 official a
Lbrm$b;a:Lbrm;
intermediary field_16297
Lnet/minecraft/class_1451$class_3699;field_16297:Lnet/minecraft/class_1451;
named cat
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cat:Lnet/minecraft/entity/passive/CatEntity;
-
owner
- Mappings:
Namespace Name Mixin selector official b
Lbrm$b;b:Lbym;
intermediary field_16295
Lnet/minecraft/class_1451$class_3699;field_16295:Lnet/minecraft/class_1657;
named owner
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;owner:Lnet/minecraft/entity/player/PlayerEntity;
-
bedPos
- Mappings:
Namespace Name Mixin selector official c
Lbrm$b;c:Lgt;
intermediary field_16294
Lnet/minecraft/class_1451$class_3699;field_16294:Lnet/minecraft/class_2338;
named bedPos
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;bedPos:Lnet/minecraft/util/math/BlockPos;
-
ticksOnBed
private int ticksOnBed- Mappings:
Namespace Name Mixin selector official d
Lbrm$b;d:I
intermediary field_16296
Lnet/minecraft/class_1451$class_3699;field_16296:I
named ticksOnBed
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;ticksOnBed:I
-
-
Constructor Details
-
SleepWithOwnerGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbrm$b;<init>(Lbrm;)V
intermediary <init>
Lnet/minecraft/class_1451$class_3699;<init>(Lnet/minecraft/class_1451;)V
named <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 h
Lbrm$b;h()Z
intermediary method_16098
Lnet/minecraft/class_1451$class_3699;method_16098()Z
named cannotSleep
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;cannotSleep()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector official b
Lbmt;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/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 i
Lbrm$b;i()V
intermediary method_16097
Lnet/minecraft/class_1451$class_3699;method_16097()V
named dropMorningGifts
Lnet/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal;dropMorningGifts()V
-
tick
public void tick()
-