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 value) static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.atMost(T value) static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.between(T min, T max) 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 value) static <T extends Number & Comparable<T>>
MinMaxBounds.Bounds<T> MinMaxBounds.Bounds.fromReader(com.mojang.brigadier.StringReader reader, Function<String, T> converter, Supplier<com.mojang.brigadier.exceptions.DynamicCommandExceptionType> parseExc) <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> numberCodec) (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> numberCodec) 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> bounds) 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> bounds) Ints(MinMaxBounds.Bounds<Integer> bounds, MinMaxBounds.Bounds<Long> boundsSqr) Creates an instance of aIntsrecord class.