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 Vec3dgetWanderTarget()private booleanmethod_27922(VillagerEntity villagerEntity)private BlockPosmethod_27923(ChunkSectionPos chunkSectionPos)private Vec3dmethod_27925()private Vec3dmethod_27926()private Vec3dmethod_27927()private ChunkSectionPosmethod_27928()Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
canStart, ignoreChanceOnce, setChance, shouldContinue, start, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Constructor Details
-
IronGolemWanderAroundGoal
-
-
Method Details
-
getWanderTarget
- Overrides:
getWanderTargetin classWanderAroundGoal
-
method_27925
-
method_27926
-
method_27927
-
method_27928
-
method_27923
-
method_27922
-