Class ExpandMinMaxBoundsDoubles
java.lang.Object
com.blamejared.crafttweaker.natives.predicate.ExpandMinMaxBoundsDoubles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.advancements.critereon.MinMaxBounds.Doublesany()static net.minecraft.advancements.critereon.MinMaxBounds.DoublesatLeast(double min) static net.minecraft.advancements.critereon.MinMaxBounds.DoublesatMost(double max) static net.minecraft.advancements.critereon.MinMaxBounds.Doublesbetween(double min, double max) static net.minecraft.advancements.critereon.MinMaxBounds.Doublesexactly(double value) static booleanmatches(net.minecraft.advancements.critereon.MinMaxBounds.Doubles internal, double value) static booleanmatchesSqr(net.minecraft.advancements.critereon.MinMaxBounds.Doubles internal, double value)
-
Constructor Details
-
ExpandMinMaxBoundsDoubles
public ExpandMinMaxBoundsDoubles()
-
-
Method Details
-
any
public static net.minecraft.advancements.critereon.MinMaxBounds.Doubles any() -
exactly
public static net.minecraft.advancements.critereon.MinMaxBounds.Doubles exactly(double value) -
between
public static net.minecraft.advancements.critereon.MinMaxBounds.Doubles between(double min, double max) -
atLeast
public static net.minecraft.advancements.critereon.MinMaxBounds.Doubles atLeast(double min) -
atMost
public static net.minecraft.advancements.critereon.MinMaxBounds.Doubles atMost(double max) -
matches
public static boolean matches(net.minecraft.advancements.critereon.MinMaxBounds.Doubles internal, double value) -
matchesSqr
public static boolean matchesSqr(net.minecraft.advancements.critereon.MinMaxBounds.Doubles internal, double value)
-