Package net.minecraft.entity.monster
Class SlimeEntity.AttackGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.SlimeEntity.AttackGoal
-
- Enclosing class:
- SlimeEntity
static class SlimeEntity.AttackGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private int
growTiredTimer
private SlimeEntity
slime
-
Constructor Summary
Constructors Constructor Description AttackGoal(SlimeEntity p_i45824_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
void
tick()
-
-
-
Field Detail
-
slime
private final SlimeEntity slime
-
growTiredTimer
private int growTiredTimer
-
-
Constructor Detail
-
AttackGoal
public AttackGoal(SlimeEntity p_i45824_1_)
-
-