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
-
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(MobEntityWithAi 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