Modifier and Type | Field and Description |
---|---|
private BlockPos |
bedPos |
private CatEntity |
cat |
private PlayerEntity |
owner |
private int |
tickCounter |
Constructor and Description |
---|
MorningGiftGoal(CatEntity catIn) |
Modifier and Type | Method and Description |
---|---|
private void |
func_220804_h() |
private boolean |
func_220805_g() |
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, toString
private final CatEntity cat
private PlayerEntity owner
private BlockPos bedPos
private int tickCounter
public MorningGiftGoal(CatEntity catIn)
public boolean shouldExecute()
shouldExecute
in class Goal
private boolean func_220805_g()
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal
public void startExecuting()
startExecuting
in class Goal
private void func_220804_h()