public static class MinMaxBounds.IntBound extends MinMaxBounds<java.lang.Integer>
MinMaxBounds.FloatBound, MinMaxBounds.IBoundFactory<T extends java.lang.Number,R extends MinMaxBounds<T>>, MinMaxBounds.IBoundReader<T extends java.lang.Number,R extends MinMaxBounds<T>>, MinMaxBounds.IntBound| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static MinMaxBounds.IntBound | UNBOUNDED | 
ERROR_EMPTY, ERROR_SWAPPED, max, min| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static MinMaxBounds.IntBound | atLeast(int p_211340_0_) | 
| static MinMaxBounds.IntBound | exactly(int p_211345_0_) | 
| static MinMaxBounds.IntBound | fromJson(com.google.gson.JsonElement p_211344_0_) | 
| static MinMaxBounds.IntBound | fromReader(com.mojang.brigadier.StringReader p_211342_0_) | 
| static MinMaxBounds.IntBound | fromReader(com.mojang.brigadier.StringReader p_211341_0_,
          java.util.function.Function<java.lang.Integer,java.lang.Integer> p_211341_1_) | 
| boolean | test(int p_211339_1_) | 
fromJson, fromReader, getMax, getMin, isUnbounded, serializepublic static final MinMaxBounds.IntBound UNBOUNDED
public static MinMaxBounds.IntBound exactly(int p_211345_0_)
public static MinMaxBounds.IntBound atLeast(int p_211340_0_)
public boolean test(int p_211339_1_)
public static MinMaxBounds.IntBound fromJson(@Nullable com.google.gson.JsonElement p_211344_0_)
public static MinMaxBounds.IntBound fromReader(com.mojang.brigadier.StringReader p_211342_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxExceptionpublic static MinMaxBounds.IntBound fromReader(com.mojang.brigadier.StringReader p_211341_0_, java.util.function.Function<java.lang.Integer,java.lang.Integer> p_211341_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException