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 int
peekTime
-
Constructor Summary
Constructors Modifier Constructor Description private
PeekGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
void
stop()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUse
in classGoal
-
-