Package net.minecraft.entity.mob
Class SilverfishEntity.CallForHelpGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.SilverfishEntity.CallForHelpGoal
- Enclosing class:
- SilverfishEntity
static class SilverfishEntity.CallForHelpGoal extends Goal
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description private intdelayprivate SilverfishEntitysilverfish -
Constructor Summary
Constructors Constructor Description CallForHelpGoal(SilverfishEntity silverfish) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, start, stop, toString
-
Field Details
-
silverfish
-
delay
private int delay
-
-
Constructor Details
-
Method Details