Uses of Interface
net.minecraft.advancements.critereon.MinMaxBounds
-
Uses of MinMaxBounds in net.minecraft.advancements.critereon
Modifier and TypeInterfaceDescriptionstatic interface
MinMaxBounds.BoundsFactory<T extends Number,
R extends MinMaxBounds<T>> static interface
MinMaxBounds.BoundsFromReaderFactory<T extends Number,
R extends MinMaxBounds<T>> Modifier and TypeClassDescriptionstatic final record
static final record
Modifier and TypeMethodDescriptionstatic <T extends Number,
R extends MinMaxBounds<T>>
com.mojang.serialization.Codec<R>MinMaxBounds.createCodec
(com.mojang.serialization.Codec<T> p_297837_, MinMaxBounds.BoundsFactory<T, R> p_298619_) static <T extends Number,
R extends MinMaxBounds<T>>
RMinMaxBounds.fromReader
(com.mojang.brigadier.StringReader p_55314_, MinMaxBounds.BoundsFromReaderFactory<T, R> p_55315_, Function<String, T> p_55316_, Supplier<com.mojang.brigadier.exceptions.DynamicCommandExceptionType> p_55317_, Function<T, T> p_55318_) -
Uses of MinMaxBounds in net.minecraft.commands.arguments