Uses of Record Class
net.minecraft.advancements.criterion.MinMaxBounds.Bounds
Packages that use MinMaxBounds.Bounds
-
Uses of MinMaxBounds.Bounds in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as MinMaxBounds.BoundsModifier and TypeFieldDescriptionprivate final MinMaxBounds.Bounds<Double> MinMaxBounds.Doubles.boundsThe field for theboundsrecord component.private final MinMaxBounds.Bounds<Float> MinMaxBounds.FloatDegrees.boundsThe field for theboundsrecord component.private final MinMaxBounds.Bounds<Integer> MinMaxBounds.Ints.boundsThe field for theboundsrecord component.private final MinMaxBounds.Bounds<Double> MinMaxBounds.Doubles.boundsSqrThe field for theboundsSqrrecord component.private final MinMaxBounds.Bounds<Long> MinMaxBounds.Ints.boundsSqrThe field for theboundsSqrrecord component.Methods in net.minecraft.advancements.criterion that return MinMaxBounds.BoundsModifier and TypeMethodDescriptionstatic <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.any()static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.atLeast(T pMin) static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.atMost(T pMax) static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.between(T pMin, T pMax) MinMaxBounds.bounds()MinMaxBounds.Doubles.bounds()Returns the value of theboundsrecord component.MinMaxBounds.FloatDegrees.bounds()Returns the value of theboundsrecord component.MinMaxBounds.Ints.bounds()Returns the value of theboundsrecord component.MinMaxBounds.Doubles.boundsSqr()Returns the value of theboundsSqrrecord component.MinMaxBounds.Ints.boundsSqr()Returns the value of theboundsSqrrecord component.static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.exactly(T pValue) static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.fromReader(com.mojang.brigadier.StringReader pReader, Function<String, T> pParser, Supplier<com.mojang.brigadier.exceptions.DynamicCommandExceptionType> pExceptionSupplier) <U extends Number & Comparable<U>>
MinMaxBounds.Bounds<U> Methods in net.minecraft.advancements.criterion that return types with arguments of type MinMaxBounds.BoundsModifier and TypeMethodDescription(package private) static <T extends Number & Comparable<T>>
com.mojang.serialization.Codec<MinMaxBounds.Bounds<T>> MinMaxBounds.Bounds.createCodec(com.mojang.serialization.Codec<T> pValueCodec) (package private) static <B extends io.netty.buffer.ByteBuf,T extends Number & Comparable<T>>
StreamCodec<B, MinMaxBounds.Bounds<T>> MinMaxBounds.Bounds.createStreamCodec(StreamCodec<B, T> pValueCodec) com.mojang.serialization.DataResult<MinMaxBounds.Bounds<T>> MinMaxBounds.Bounds.validateSwappedBoundsInCodec()Constructors in net.minecraft.advancements.criterion with parameters of type MinMaxBounds.BoundsModifierConstructorDescriptionprivateDoubles(MinMaxBounds.Bounds<Double> p_468277_) Doubles(MinMaxBounds.Bounds<Double> bounds, MinMaxBounds.Bounds<Double> boundsSqr) Creates an instance of aDoublesrecord class.FloatDegrees(MinMaxBounds.Bounds<Float> bounds) Creates an instance of aFloatDegreesrecord class.privateInts(MinMaxBounds.Bounds<Integer> p_466835_) Ints(MinMaxBounds.Bounds<Integer> bounds, MinMaxBounds.Bounds<Long> boundsSqr) Creates an instance of aIntsrecord class.