Package net.minecraft.entity.monster
Class SlimeEntity.FloatGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.SlimeEntity.FloatGoal
-
- Enclosing class:
- SlimeEntity
static class SlimeEntity.FloatGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private SlimeEntity
slime
-
Constructor Summary
Constructors Constructor Description FloatGoal(SlimeEntity p_i45823_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, start, stop, toString
-
-
-
-
Field Detail
-
slime
private final SlimeEntity slime
-
-
Constructor Detail
-
FloatGoal
public FloatGoal(SlimeEntity p_i45823_1_)
-
-