Uses of Class
net.minecraft.advancements.criterion.MinMaxBounds
Packages that use MinMaxBounds
-
Uses of MinMaxBounds in net.minecraft.advancements.criterion
Classes in net.minecraft.advancements.criterion with type parameters of type MinMaxBoundsModifier and TypeInterfaceDescriptionstatic interface
MinMaxBounds.IBoundFactory<T extends Number,
R extends MinMaxBounds<T>> static interface
MinMaxBounds.IBoundReader<T extends Number,
R extends MinMaxBounds<T>> Subclasses of MinMaxBounds in net.minecraft.advancements.criterionModifier and TypeClassDescriptionstatic class
static class
Methods in net.minecraft.advancements.criterion with type parameters of type MinMaxBoundsModifier and TypeMethodDescriptionprotected static <T extends Number,
R extends MinMaxBounds<T>>
RMinMaxBounds.fromJson
(com.google.gson.JsonElement p_211331_0_, R p_211331_1_, BiFunction<com.google.gson.JsonElement, String, T> p_211331_2_, MinMaxBounds.IBoundFactory<T, R> p_211331_3_) protected static <T extends Number,
R extends MinMaxBounds<T>>
RMinMaxBounds.fromReader
(com.mojang.brigadier.StringReader p_211337_0_, MinMaxBounds.IBoundReader<T, R> p_211337_1_, Function<String, T> p_211337_2_, Supplier<com.mojang.brigadier.exceptions.DynamicCommandExceptionType> p_211337_3_, Function<T, T> p_211337_4_) -
Uses of MinMaxBounds in net.minecraft.command.arguments
Classes in net.minecraft.command.arguments with type parameters of type MinMaxBounds