Package net.minecraft.entity.boss
Class WitherEntity.DescendAtHalfHealthGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.boss.WitherEntity.DescendAtHalfHealthGoal
- Enclosing class:
- WitherEntity
class WitherEntity.DescendAtHalfHealthGoal extends Goal
- Mappings:
Namespace Name official bea$a
intermediary net/minecraft/class_1528$class_1529
named net/minecraft/entity/boss/WitherEntity$DescendAtHalfHealthGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Constructor Summary
Constructors Constructor Description DescendAtHalfHealthGoal()
-
Method Summary
Modifier and Type Method Description boolean
canStart()
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, start, stop, tick, toString
-
Constructor Details
-
DescendAtHalfHealthGoal
public DescendAtHalfHealthGoal()
-
-
Method Details