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
- Mappings:
- Namespace - Name - named - net/minecraft/entity/ai/goal/IronGolemWanderAroundGoal- intermediary - net/minecraft/class_5274- official - cci
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intFields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoalchance, DEFAULT_CHANCE, ignoringChance, mob, speed, targetX, targetY, targetZ
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate booleancanVillagerSummonGolem(VillagerEntity villager) private @Nullable ChunkSectionPosMethods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoalcanStart, ignoreChanceOnce, setChance, shouldContinue, start, stopMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
- 
Field Details- 
CHUNK_RANGEprivate static final int CHUNK_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - CHUNK_RANGE- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;CHUNK_RANGE:I- intermediary - field_30213- Lnet/minecraft/class_5274;field_30213:I- official - i- Lcci;i:I
 
- 
ENTITY_COLLISION_RANGEprivate static final int ENTITY_COLLISION_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - ENTITY_COLLISION_RANGE- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;ENTITY_COLLISION_RANGE:I- intermediary - field_30214- Lnet/minecraft/class_5274;field_30214:I- official - j- Lcci;j:I
 
- 
HORIZONTAL_RANGEprivate static final int HORIZONTAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - HORIZONTAL_RANGE- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;HORIZONTAL_RANGE:I- intermediary - field_30215- Lnet/minecraft/class_5274;field_30215:I- official - k- Lcci;k:I
 
- 
VERTICAL_RANGEprivate static final int VERTICAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - VERTICAL_RANGE- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;VERTICAL_RANGE:I- intermediary - field_30216- Lnet/minecraft/class_5274;field_30216:I- official - l- Lcci;l:I
 
 
- 
- 
Constructor Details- 
IronGolemWanderAroundGoal- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;D)V- intermediary - <init>- Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;D)V- official - <init>- Lcdd;<init>(Lbvq;D)V
 
 
- 
- 
Method Details- 
getWanderTarget- Overrides:
- getWanderTargetin class- WanderAroundGoal
- Mappings:
- Namespace - Name - Mixin selector - named - getWanderTarget- Lnet/minecraft/entity/ai/goal/WanderAroundGoal;getWanderTarget()Lnet/minecraft/util/math/Vec3d;- intermediary - method_6302- Lnet/minecraft/class_1379;method_6302()Lnet/minecraft/class_243;- official - h- Lcdd;h()Lfbb;
 
- 
findRandomInRange- Mappings:
- Namespace - Name - Mixin selector - named - findRandomInRange- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomInRange()Lnet/minecraft/util/math/Vec3d;- intermediary - method_27925- Lnet/minecraft/class_5274;method_27925()Lnet/minecraft/class_243;- official - k- Lcci;k()Lfbb;
 
- 
findVillagerPos- Mappings:
- Namespace - Name - Mixin selector - named - findVillagerPos- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findVillagerPos()Lnet/minecraft/util/math/Vec3d;- intermediary - method_27926- Lnet/minecraft/class_5274;method_27926()Lnet/minecraft/class_243;- official - l- Lcci;l()Lfbb;
 
- 
findRandomBlockPos- Mappings:
- Namespace - Name - Mixin selector - named - findRandomBlockPos- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomBlockPos()Lnet/minecraft/util/math/Vec3d;- intermediary - method_27927- Lnet/minecraft/class_5274;method_27927()Lnet/minecraft/class_243;- official - m- Lcci;m()Lfbb;
 
- 
findRandomChunkPos- Mappings:
- Namespace - Name - Mixin selector - named - findRandomChunkPos- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomChunkPos()Lnet/minecraft/util/math/ChunkSectionPos;- intermediary - method_27928- Lnet/minecraft/class_5274;method_27928()Lnet/minecraft/class_4076;- official - n- Lcci;n()Lkk;
 
- 
findRandomPosInChunk- Mappings:
- Namespace - Name - Mixin selector - named - findRandomPosInChunk- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomPosInChunk(Lnet/minecraft/util/math/ChunkSectionPos;)Lnet/minecraft/util/math/BlockPos;- intermediary - method_27923- Lnet/minecraft/class_5274;method_27923(Lnet/minecraft/class_4076;)Lnet/minecraft/class_2338;- official - a- Lcci;a(Lkk;)Lji;
 
- 
canVillagerSummonGolem- Mappings:
- Namespace - Name - Mixin selector - named - canVillagerSummonGolem- Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;canVillagerSummonGolem(Lnet/minecraft/entity/passive/VillagerEntity;)Z- intermediary - method_27922- Lnet/minecraft/class_5274;method_27922(Lnet/minecraft/class_1646;)Z- official - a- Lcci;a(Lcoj;)Z
 
 
-