Package net.minecraft.entity.mob
Class GhastEntity.FlyRandomlyGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.GhastEntity.FlyRandomlyGoal
- Enclosing class:
GhastEntity
- Mappings:
Namespace Name named net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoalintermediary net/minecraft/class_1571$class_1575official cpq$d
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final MobEntityprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionFlyRandomlyGoal(MobEntity mobEntity) FlyRandomlyGoal(MobEntity mobEntity, int int2) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanStart()static Vec3dmethod_70720(MobEntity mobEntity, int int2) method_70721(MobEntity mobEntity, Vec3d vec3d, Random random) private static booleanmethod_70722(World world, Vec3d vec3d, int int2) private static Vec3dmethod_70723(Vec3d vec3d, Random random) booleanvoidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, stop, tick, toGoalTicks, toString
-
Field Details
-
field_59707
private static final int field_59707- See Also:
- Mappings:
Namespace Name Mixin selector named field_59707Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;field_59707:Iintermediary field_59707Lnet/minecraft/class_1571$class_1575;field_59707:Iofficial aLcpq$d;a:I
-
field_59708
- Mappings:
Namespace Name Mixin selector named field_59708Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;field_59708:Lnet/minecraft/entity/mob/MobEntity;intermediary field_59708Lnet/minecraft/class_1571$class_1575;field_59708:Lnet/minecraft/class_1308;official bLcpq$d;b:Lbyp;
-
field_59709
private final int field_59709- Mappings:
Namespace Name Mixin selector named field_59709Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;field_59709:Iintermediary field_59709Lnet/minecraft/class_1571$class_1575;field_59709:Iofficial cLcpq$d;c:I
-
-
Constructor Details
-
FlyRandomlyGoal
-
FlyRandomlyGoal
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcfk;c()Z
-
start
public void start() -
method_70720
- Mappings:
Namespace Name Mixin selector named method_70720Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;method_70720(Lnet/minecraft/entity/mob/MobEntity;I)Lnet/minecraft/util/math/Vec3d;intermediary method_70720Lnet/minecraft/class_1571$class_1575;method_70720(Lnet/minecraft/class_1308;I)Lnet/minecraft/class_243;official aLcpq$d;a(Lbyp;I)Lfgo;
-
method_70722
- Mappings:
Namespace Name Mixin selector named method_70722Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;method_70722(Lnet/minecraft/world/World;Lnet/minecraft/util/math/Vec3d;I)Zintermediary method_70722Lnet/minecraft/class_1571$class_1575;method_70722(Lnet/minecraft/class_1937;Lnet/minecraft/class_243;I)Zofficial aLcpq$d;a(Ldkv;Lfgo;I)Z
-
method_70723
- Mappings:
Namespace Name Mixin selector named method_70723Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;method_70723(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/math/Vec3d;intermediary method_70723Lnet/minecraft/class_1571$class_1575;method_70723(Lnet/minecraft/class_243;Lnet/minecraft/class_5819;)Lnet/minecraft/class_243;official aLcpq$d;a(Lfgo;Lbao;)Lfgo;
-
method_70721
@Nullable private static @Nullable Vec3d method_70721(MobEntity mobEntity, Vec3d vec3d, Random random) - Mappings:
Namespace Name Mixin selector named method_70721Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;method_70721(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/math/Vec3d;intermediary method_70721Lnet/minecraft/class_1571$class_1575;method_70721(Lnet/minecraft/class_1308;Lnet/minecraft/class_243;Lnet/minecraft/class_5819;)Lnet/minecraft/class_243;official aLcpq$d;a(Lbyp;Lfgo;Lbao;)Lfgo;
-