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 official bir
intermediary net/minecraft/class_5274
named net/minecraft/entity/ai/goal/IronGolemWanderAroundGoal
-
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 official i
Lbir;i:I
intermediary field_30213
Lnet/minecraft/class_5274;field_30213:I
named CHUNK_RANGE
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;CHUNK_RANGE:I
-
ENTITY_COLLISION_RANGE
private static final int ENTITY_COLLISION_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official j
Lbir;j:I
intermediary field_30214
Lnet/minecraft/class_5274;field_30214:I
named ENTITY_COLLISION_RANGE
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;ENTITY_COLLISION_RANGE:I
-
HORIZONTAL_RANGE
private static final int HORIZONTAL_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official k
Lbir;k:I
intermediary field_30215
Lnet/minecraft/class_5274;field_30215:I
named HORIZONTAL_RANGE
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;HORIZONTAL_RANGE:I
-
VERTICAL_RANGE
private static final int VERTICAL_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official l
Lbir;l:I
intermediary field_30216
Lnet/minecraft/class_5274;field_30216:I
named VERTICAL_RANGE
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;VERTICAL_RANGE:I
-
-
Constructor Details
-
IronGolemWanderAroundGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbjl;<init>(Lbcl;D)V
intermediary <init>
Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;D)V
named <init>
Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;D)V
-
-
Method Details
-
getWanderTarget
- Overrides:
getWanderTarget
in classWanderAroundGoal
- Mappings:
Namespace Name Mixin selector official h
Lbjl;h()Ldwq;
intermediary method_6302
Lnet/minecraft/class_1379;method_6302()Lnet/minecraft/class_243;
named getWanderTarget
Lnet/minecraft/entity/ai/goal/WanderAroundGoal;getWanderTarget()Lnet/minecraft/util/math/Vec3d;
-
findRandomInRange
- Mappings:
Namespace Name Mixin selector official k
Lbir;k()Ldwq;
intermediary method_27925
Lnet/minecraft/class_5274;method_27925()Lnet/minecraft/class_243;
named findRandomInRange
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomInRange()Lnet/minecraft/util/math/Vec3d;
-
findVillagerPos
- Mappings:
Namespace Name Mixin selector official l
Lbir;l()Ldwq;
intermediary method_27926
Lnet/minecraft/class_5274;method_27926()Lnet/minecraft/class_243;
named findVillagerPos
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findVillagerPos()Lnet/minecraft/util/math/Vec3d;
-
findRandomBlockPos
- Mappings:
Namespace Name Mixin selector official m
Lbir;m()Ldwq;
intermediary method_27927
Lnet/minecraft/class_5274;method_27927()Lnet/minecraft/class_243;
named findRandomBlockPos
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomBlockPos()Lnet/minecraft/util/math/Vec3d;
-
findRandomChunkPos
- Mappings:
Namespace Name Mixin selector official n
Lbir;n()Lhq;
intermediary method_27928
Lnet/minecraft/class_5274;method_27928()Lnet/minecraft/class_4076;
named findRandomChunkPos
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomChunkPos()Lnet/minecraft/util/math/ChunkSectionPos;
-
findRandomPosInChunk
- Mappings:
Namespace Name Mixin selector official a
Lbir;a(Lhq;)Lgt;
intermediary method_27923
Lnet/minecraft/class_5274;method_27923(Lnet/minecraft/class_4076;)Lnet/minecraft/class_2338;
named findRandomPosInChunk
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;findRandomPosInChunk(Lnet/minecraft/util/math/ChunkSectionPos;)Lnet/minecraft/util/math/BlockPos;
-
canVillagerSummonGolem
- Mappings:
Namespace Name Mixin selector official a
Lbir;a(Lbtp;)Z
intermediary method_27922
Lnet/minecraft/class_5274;method_27922(Lnet/minecraft/class_1646;)Z
named canVillagerSummonGolem
Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;canVillagerSummonGolem(Lnet/minecraft/entity/passive/VillagerEntity;)Z
-