Uses of Class
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 TypeInterfaceDescriptionprotected static interface
MinMaxBounds.BoundsFactory<T extends Number,
R extends MinMaxBounds<T>> protected static interface
MinMaxBounds.BoundsFromReaderFactory<T extends Number,
R extends MinMaxBounds<T>> Subclasses of MinMaxBounds in net.minecraft.advancements.critereonModifier and TypeClassDescriptionstatic class
static class
Methods in net.minecraft.advancements.critereon with type parameters of type MinMaxBoundsModifier and TypeMethodDescriptionprotected static <T extends Number,
R extends MinMaxBounds<T>>
RMinMaxBounds.fromJson
(com.google.gson.JsonElement p_55307_, R p_55308_, BiFunction<com.google.gson.JsonElement, String, T> p_55309_, MinMaxBounds.BoundsFactory<T, R> p_55310_) protected 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
Classes in net.minecraft.commands.arguments with type parameters of type MinMaxBounds