Package net.minecraft.entity.monster
Class ShulkerEntity.AttackGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.ShulkerEntity.AttackGoal
-
- Enclosing class:
- ShulkerEntity
class ShulkerEntity.AttackGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private int
attackTime
-
Constructor Summary
Constructors Constructor Description AttackGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
start()
void
stop()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, toString
-
-