Uses of Class
net.minecraft.loot.IntClamper
-
Packages that use IntClamper Package Description net.minecraft.loot net.minecraft.loot.functions -
-
Uses of IntClamper in net.minecraft.loot
Methods in net.minecraft.loot that return IntClamper Modifier and Type Method Description static IntClamper
IntClamper. clamp(int p_215843_0_, int p_215843_1_)
IntClamper
IntClamper.Serializer. deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)
static IntClamper
IntClamper. lowerBound(int p_215848_0_)
static IntClamper
IntClamper. upperBound(int p_215851_0_)
Methods in net.minecraft.loot with parameters of type IntClamper Modifier and Type Method Description com.google.gson.JsonElement
IntClamper.Serializer. serialize(IntClamper p_serialize_1_, java.lang.reflect.Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_)
-
Uses of IntClamper in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as IntClamper Modifier and Type Field Description private IntClamper
LimitCount. limiter
Methods in net.minecraft.loot.functions with parameters of type IntClamper Modifier and Type Method Description static LootFunction.Builder<?>
LimitCount. limitCount(IntClamper p_215911_0_)
Constructors in net.minecraft.loot.functions with parameters of type IntClamper Constructor Description LimitCount(ILootCondition[] p_i51232_1_, IntClamper p_i51232_2_)
-