Package | Description |
---|---|
net.minecraft.advancements.criterion | |
net.minecraft.command.arguments |
Modifier and Type | Interface and 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>> |
Modifier and Type | Class and Description |
---|---|
static class |
MinMaxBounds.FloatBound |
static class |
MinMaxBounds.IntBound |
Modifier and Type | Method and Description |
---|---|
protected static <T extends java.lang.Number,R extends MinMaxBounds<T>> |
MinMaxBounds.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>> |
MinMaxBounds.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_) |
Modifier and Type | Interface and Description |
---|---|
interface |
IRangeArgument<T extends MinMaxBounds<?>> |