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 car
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private static final int
private static final int
Fields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, DEFAULT_CHANCE, ignoringChance, mob, speed, targetX, targetY, targetZ
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
canVillagerSummonGolem
(VillagerEntity villager) private @Nullable ChunkSectionPos
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, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
-
Field Details
-
CHUNK_RANGE
private 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
Lcar;i:I
-
ENTITY_COLLISION_RANGE
private 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
Lcar;j:I
-
HORIZONTAL_RANGE
private 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
Lcar;k:I
-
VERTICAL_RANGE
private 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
Lcar;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>
Lcbm;<init>(Lbua;D)V
-
-
Method Details
-
getWanderTarget
- Overrides:
getWanderTarget
in classWanderAroundGoal
- 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
Lcbm;h()Levt;
-
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
Lcar;k()Levt;
-
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
Lcar;l()Levt;
-
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
Lcar;m()Levt;
-
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
Lcar;n()Lkb;
-
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
Lcar;a(Lkb;)Liz;
-
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
Lcar;a(Lcmm;)Z
-