Package net.minecraft.entity.ai
Class FuzzyPositions
java.lang.Object
net.minecraft.entity.ai.FuzzyPositions
- Mappings:
Namespace Name official bqu
intermediary net/minecraft/class_5535
named net/minecraft/entity/ai/FuzzyPositions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionguessBest
(Supplier<BlockPos> factory, ToDoubleFunction<BlockPos> scorer) Returns thebottom center
of a highest scoring position, as determined byscorer
, out of 10 tries on positions obtained fromfactory
.guessBestPathTarget
(PathAwareEntity entity, Supplier<BlockPos> factory) static BlockPos
Creates a fuzzy offset position within the given horizontal and vertical ranges.localFuzz
(Random random, int horizontalRange, int verticalRange, int startHeight, double directionX, double directionZ, double angleRange) Tries to create a fuzzy offset position from the direction and the angle range given.static BlockPos
towardTarget
(PathAwareEntity entity, int horizontalRange, Random random, BlockPos fuzz) static BlockPos
Returns theextraAbove + 1
th closest position higher than the inputpos
that does not fulfillcondition
, or a position with y set tomaxY
.static BlockPos
Returns the closest position higher than the inputpos
that does not fulfillcondition
, or a position with y set tomaxY
.
-
Field Details
-
GAUSS_RANGE
private static final int GAUSS_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lbqu;a:I
intermediary field_30264
Lnet/minecraft/class_5535;field_30264:I
named GAUSS_RANGE
Lnet/minecraft/entity/ai/FuzzyPositions;GAUSS_RANGE:I
-
-
Constructor Details
-
FuzzyPositions
public FuzzyPositions()
-
-
Method Details
-
localFuzz
Creates a fuzzy offset position within the given horizontal and vertical ranges.- Mappings:
Namespace Name Mixin selector official a
Lbqu;a(Lapf;II)Lgu;
intermediary method_31541
Lnet/minecraft/class_5535;method_31541(Lnet/minecraft/class_5819;II)Lnet/minecraft/class_2338;
named localFuzz
Lnet/minecraft/entity/ai/FuzzyPositions;localFuzz(Lnet/minecraft/util/math/random/Random;II)Lnet/minecraft/util/math/BlockPos;
-
localFuzz
@Nullable public static @Nullable BlockPos localFuzz(Random random, int horizontalRange, int verticalRange, int startHeight, double directionX, double directionZ, double angleRange) Tries to create a fuzzy offset position from the direction and the angle range given. It fulfills the constraints given byhorizontalRange
andverticalRange
and returnsnull
if it cannot do so.- Mappings:
Namespace Name Mixin selector official a
Lbqu;a(Lapf;IIIDDD)Lgu;
intermediary method_31542
Lnet/minecraft/class_5535;method_31542(Lnet/minecraft/class_5819;IIIDDD)Lnet/minecraft/class_2338;
named localFuzz
Lnet/minecraft/entity/ai/FuzzyPositions;localFuzz(Lnet/minecraft/util/math/random/Random;IIIDDD)Lnet/minecraft/util/math/BlockPos;
-
upWhile
Returns the closest position higher than the inputpos
that does not fulfillcondition
, or a position with y set tomaxY
.- Mappings:
Namespace Name Mixin selector official a
Lbqu;a(Lgu;ILjava/util/function/Predicate;)Lgu;
intermediary method_31540
Lnet/minecraft/class_5535;method_31540(Lnet/minecraft/class_2338;ILjava/util/function/Predicate;)Lnet/minecraft/class_2338;
named upWhile
Lnet/minecraft/entity/ai/FuzzyPositions;upWhile(Lnet/minecraft/util/math/BlockPos;ILjava/util/function/Predicate;)Lnet/minecraft/util/math/BlockPos;
-
upWhile
public static BlockPos upWhile(BlockPos pos, int extraAbove, int max, Predicate<BlockPos> condition) Returns theextraAbove + 1
th closest position higher than the inputpos
that does not fulfillcondition
, or a position with y set tomaxY
.- Mappings:
Namespace Name Mixin selector official a
Lbqu;a(Lgu;IILjava/util/function/Predicate;)Lgu;
intermediary method_31539
Lnet/minecraft/class_5535;method_31539(Lnet/minecraft/class_2338;IILjava/util/function/Predicate;)Lnet/minecraft/class_2338;
named upWhile
Lnet/minecraft/entity/ai/FuzzyPositions;upWhile(Lnet/minecraft/util/math/BlockPos;IILjava/util/function/Predicate;)Lnet/minecraft/util/math/BlockPos;
-
guessBestPathTarget
@Nullable public static @Nullable Vec3d guessBestPathTarget(PathAwareEntity entity, Supplier<BlockPos> factory) - Mappings:
Namespace Name Mixin selector official a
Lbqu;a(Lbgi;Ljava/util/function/Supplier;)Leei;
intermediary method_31538
Lnet/minecraft/class_5535;method_31538(Lnet/minecraft/class_1314;Ljava/util/function/Supplier;)Lnet/minecraft/class_243;
named guessBestPathTarget
Lnet/minecraft/entity/ai/FuzzyPositions;guessBestPathTarget(Lnet/minecraft/entity/mob/PathAwareEntity;Ljava/util/function/Supplier;)Lnet/minecraft/util/math/Vec3d;
-
guessBest
@Nullable public static @Nullable Vec3d guessBest(Supplier<BlockPos> factory, ToDoubleFunction<BlockPos> scorer) Returns thebottom center
of a highest scoring position, as determined byscorer
, out of 10 tries on positions obtained fromfactory
.- Mappings:
Namespace Name Mixin selector official a
Lbqu;a(Ljava/util/function/Supplier;Ljava/util/function/ToDoubleFunction;)Leei;
intermediary method_31543
Lnet/minecraft/class_5535;method_31543(Ljava/util/function/Supplier;Ljava/util/function/ToDoubleFunction;)Lnet/minecraft/class_243;
named guessBest
Lnet/minecraft/entity/ai/FuzzyPositions;guessBest(Ljava/util/function/Supplier;Ljava/util/function/ToDoubleFunction;)Lnet/minecraft/util/math/Vec3d;
-
towardTarget
public static BlockPos towardTarget(PathAwareEntity entity, int horizontalRange, Random random, BlockPos fuzz) - Mappings:
Namespace Name Mixin selector official a
Lbqu;a(Lbgi;ILapf;Lgu;)Lgu;
intermediary method_31537
Lnet/minecraft/class_5535;method_31537(Lnet/minecraft/class_1314;ILnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
named towardTarget
Lnet/minecraft/entity/ai/FuzzyPositions;towardTarget(Lnet/minecraft/entity/mob/PathAwareEntity;ILnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-