Package net.minecraft.entity.monster
Class ShulkerEntity.PeekGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.ShulkerEntity.PeekGoal
-
- Enclosing class:
- ShulkerEntity
class ShulkerEntity.PeekGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private intpeekTime
-
Constructor Summary
Constructors Modifier Constructor Description privatePeekGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanContinueToUse()booleancanUse()voidstart()voidstop()voidtick()-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUsein classGoal
-
-