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