Package net.minecraft.entity.monster
Class SlimeEntity.HopGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.SlimeEntity.HopGoal
-
- Enclosing class:
- SlimeEntity
static class SlimeEntity.HopGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private SlimeEntity
slime
-
Constructor Summary
Constructors Constructor Description HopGoal(SlimeEntity p_i45822_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
-
HopGoal
public HopGoal(SlimeEntity p_i45822_1_)
-
-