static class SlimeEntity.FloatGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private SlimeEntity |
slime |
Constructor and Description |
---|
FloatGoal(SlimeEntity slimeIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecute() |
void |
tick() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, shouldContinueExecuting, startExecuting, toString
private final SlimeEntity slime
public FloatGoal(SlimeEntity slimeIn)
public boolean shouldExecute()
shouldExecute
in class Goal