Uses of Interface
net.minecraft.advancements.critereon.MinMaxBounds
Packages that use MinMaxBounds
-
Uses of MinMaxBounds in net.minecraft.advancements.critereon
Classes in net.minecraft.advancements.critereon with type parameters of type MinMaxBoundsModifier and TypeInterfaceDescriptionstatic interface
MinMaxBounds.BoundsFactory<T extends Number,
R extends MinMaxBounds<T>> static interface
MinMaxBounds.BoundsFromReaderFactory<T extends Number,
R extends MinMaxBounds<T>> Classes in net.minecraft.advancements.critereon that implement MinMaxBoundsModifier and TypeClassDescriptionstatic final record
static final record
Methods in net.minecraft.advancements.critereon with type parameters of type MinMaxBoundsModifier and TypeMethodDescriptionstatic <T extends Number,
R extends MinMaxBounds<T>>
com.mojang.serialization.Codec<R> MinMaxBounds.createCodec
(com.mojang.serialization.Codec<T> pCodec, MinMaxBounds.BoundsFactory<T, R> pBoundsFactory) static <T extends Number,
R extends MinMaxBounds<T>>
RMinMaxBounds.fromReader
(com.mojang.brigadier.StringReader pReader, MinMaxBounds.BoundsFromReaderFactory<T, R> pBoundedFactory, Function<String, T> pValueFactory, Supplier<com.mojang.brigadier.exceptions.DynamicCommandExceptionType> pCommandExceptionSupplier, Function<T, T> pFormatter) -
Uses of MinMaxBounds in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments with type parameters of type MinMaxBounds