Package net.minecraft.entity.ai.goal
Class IronGolemWanderAroundGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.WanderAroundGoal
net.minecraft.entity.ai.goal.IronGolemWanderAroundGoal
public class IronGolemWanderAroundGoal extends WanderAroundGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, ignoringChance, mob, speed, targetX, targetY, targetZ
-
Constructor Summary
Constructors Constructor Description IronGolemWanderAroundGoal(PathAwareEntity mob, double speed)
-
Method Summary
Modifier and Type Method Description protected Vec3d
getWanderTarget()
private boolean
method_27922(VillagerEntity villagerEntity)
private BlockPos
method_27923(ChunkSectionPos chunkSectionPos)
private Vec3d
method_27925()
private Vec3d
method_27926()
private Vec3d
method_27927()
private ChunkSectionPos
method_27928()
Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
canStart, ignoreChanceOnce, setChance, shouldContinue, start, stop
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Constructor Details
-
IronGolemWanderAroundGoal
-
-
Method Details
-
getWanderTarget
- Overrides:
getWanderTarget
in classWanderAroundGoal
-
method_27925
-
method_27926
-
method_27927
-
method_27928
-
method_27923
-
method_27922
-