Class Phantom.PhantomCircleAroundAnchorGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.Phantom.PhantomMoveTargetGoal
net.minecraft.world.entity.monster.Phantom.PhantomCircleAroundAnchorGoal
- Enclosing class:
- Phantom
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.entity.monster.Phantom.PhantomMoveTargetGoal
touchingTarget
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, canContinueToUse, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, stop, toString
-
Field Details
-
angle
private float angle -
distance
private float distance -
height
private float height -
clockwise
private float clockwise
-
-
Constructor Details
-
PhantomCircleAroundAnchorGoal
PhantomCircleAroundAnchorGoal()
-
-
Method Details