Uses of Class
net.minecraft.advancements.criterion.MinMaxBounds
-
Packages that use MinMaxBounds Package Description net.minecraft.advancements.criterion net.minecraft.command.arguments -
-
Uses of MinMaxBounds in net.minecraft.advancements.criterion
Classes in net.minecraft.advancements.criterion with type parameters of type MinMaxBounds Modifier and Type Interface Description static interface
MinMaxBounds.IBoundFactory<T extends java.lang.Number,R extends MinMaxBounds<T>>
static interface
MinMaxBounds.IBoundReader<T extends java.lang.Number,R extends MinMaxBounds<T>>
Subclasses of MinMaxBounds in net.minecraft.advancements.criterion Modifier and Type Class Description static class
MinMaxBounds.FloatBound
static class
MinMaxBounds.IntBound
Methods in net.minecraft.advancements.criterion with type parameters of type MinMaxBounds Modifier and Type Method Description protected static <T extends java.lang.Number,R extends MinMaxBounds<T>>
RMinMaxBounds. fromJson(com.google.gson.JsonElement p_211331_0_, R p_211331_1_, java.util.function.BiFunction<com.google.gson.JsonElement,java.lang.String,T> p_211331_2_, MinMaxBounds.IBoundFactory<T,R> p_211331_3_)
protected static <T extends java.lang.Number,R extends MinMaxBounds<T>>
RMinMaxBounds. fromReader(com.mojang.brigadier.StringReader p_211337_0_, MinMaxBounds.IBoundReader<T,R> p_211337_1_, java.util.function.Function<java.lang.String,T> p_211337_2_, java.util.function.Supplier<com.mojang.brigadier.exceptions.DynamicCommandExceptionType> p_211337_3_, java.util.function.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 Modifier and Type Interface Description interface
IRangeArgument<T extends MinMaxBounds<?>>
-