Package net.minecraft.entity.monster
Class SlimeEntity.FaceRandomGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.SlimeEntity.FaceRandomGoal
-
- Enclosing class:
- SlimeEntity
static class SlimeEntity.FaceRandomGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private float
chosenDegrees
private int
nextRandomizeTime
private SlimeEntity
slime
-
Constructor Summary
Constructors Constructor Description FaceRandomGoal(SlimeEntity p_i45820_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
-
chosenDegrees
private float chosenDegrees
-
nextRandomizeTime
private int nextRandomizeTime
-
-
Constructor Detail
-
FaceRandomGoal
public FaceRandomGoal(SlimeEntity p_i45820_1_)
-
-