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
- Mappings:
Namespace Name official aysintermediary net/minecraft/class_5274named 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
Fields Modifier and Type Field Description private static intfield_30213private static intfield_30214private static intfield_30215private static intfield_30216Fields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, field_30226, ignoringChance, mob, speed, targetX, targetY, targetZ -
Constructor Summary
Constructors Constructor Description IronGolemWanderAroundGoal(PathAwareEntity mob, double speed) -
Method Summary
Modifier and Type Method Description private booleancanVillagerSummonGolem(VillagerEntity villager)protected @Nullable Vec3dgetWanderTarget()private @Nullable BlockPosmethod_27923(ChunkSectionPos chunkSectionPos)private @Nullable Vec3dmethod_27925()private @Nullable Vec3dmethod_27926()private @Nullable Vec3dmethod_27927()private @Nullable 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
-
Field Details
-
field_30213
private static final int field_30213- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official iLays;i:Iintermediary field_30213Lnet/minecraft/class_5274;field_30213:Inamed field_30213Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;field_30213:I
-
field_30214
private static final int field_30214- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official jLays;j:Iintermediary field_30214Lnet/minecraft/class_5274;field_30214:Inamed field_30214Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;field_30214:I
-
field_30215
private static final int field_30215- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official kLays;k:Iintermediary field_30215Lnet/minecraft/class_5274;field_30215:Inamed field_30215Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;field_30215:I
-
field_30216
private static final int field_30216- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official lLays;l:Iintermediary field_30216Lnet/minecraft/class_5274;field_30216:Inamed field_30216Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;field_30216:I
-
-
Constructor Details
-
IronGolemWanderAroundGoal
- Mappings:
Namespace Name Mixin selector official <init>Lazm;<init>(Latg;D)Vintermediary <init>Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;D)Vnamed <init>Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;D)V
-
-
Method Details
-
getWanderTarget
- Overrides:
getWanderTargetin classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official gLazm;g()Ldly;intermediary method_6302Lnet/minecraft/class_1379;method_6302()Lnet/minecraft/class_243;named getWanderTargetLnet/minecraft/entity/ai/goal/WanderAroundGoal;getWanderTarget()Lnet/minecraft/util/math/Vec3d;
-
method_27925
- Mappings:
Namespace Name Mixin selector official jLays;j()Ldly;intermediary method_27925Lnet/minecraft/class_5274;method_27925()Lnet/minecraft/class_243;named method_27925Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;method_27925()Lnet/minecraft/util/math/Vec3d;
-
method_27926
- Mappings:
Namespace Name Mixin selector official kLays;k()Ldly;intermediary method_27926Lnet/minecraft/class_5274;method_27926()Lnet/minecraft/class_243;named method_27926Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;method_27926()Lnet/minecraft/util/math/Vec3d;
-
method_27927
- Mappings:
Namespace Name Mixin selector official lLays;l()Ldly;intermediary method_27927Lnet/minecraft/class_5274;method_27927()Lnet/minecraft/class_243;named method_27927Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;method_27927()Lnet/minecraft/util/math/Vec3d;
-
method_27928
- Mappings:
Namespace Name Mixin selector official mLays;m()Lgu;intermediary method_27928Lnet/minecraft/class_5274;method_27928()Lnet/minecraft/class_4076;named method_27928Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;method_27928()Lnet/minecraft/util/math/ChunkSectionPos;
-
method_27923
- Mappings:
Namespace Name Mixin selector official aLays;a(Lgu;)Lgb;intermediary method_27923Lnet/minecraft/class_5274;method_27923(Lnet/minecraft/class_4076;)Lnet/minecraft/class_2338;named method_27923Lnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;method_27923(Lnet/minecraft/util/math/ChunkSectionPos;)Lnet/minecraft/util/math/BlockPos;
-
canVillagerSummonGolem
- Mappings:
Namespace Name Mixin selector official aLays;a(Lbis;)Zintermediary method_27922Lnet/minecraft/class_5274;method_27922(Lnet/minecraft/class_1646;)Znamed canVillagerSummonGolemLnet/minecraft/entity/ai/goal/IronGolemWanderAroundGoal;canVillagerSummonGolem(Lnet/minecraft/entity/passive/VillagerEntity;)Z
-