Package net.minecraft.entity.mob
Class ShulkerEntity.PeekGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.ShulkerEntity.PeekGoal
- Enclosing class:
- ShulkerEntity
class ShulkerEntity.PeekGoal extends Goal
- Mappings:
Namespace Name official bfl$eintermediary net/minecraft/class_1606$class_1611named net/minecraft/entity/mob/ShulkerEntity$PeekGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private intcounter -
Constructor Summary
Constructors Modifier Constructor Description privatePeekGoal() -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
counter
private int counter- Mappings:
Namespace Name Mixin selector official bLbfl$e;b:Iintermediary field_7352Lnet/minecraft/class_1606$class_1611;field_7352:Inamed counterLnet/minecraft/entity/mob/ShulkerEntity$PeekGoal;counter:I
-
-
Constructor Details
-
PeekGoal
private PeekGoal()
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector official bLawx;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start() -
stop
public void stop() -
tick
public void tick()
-