Uses of Class
net.minecraft.loot.IntClamper
-
Uses of IntClamper in net.minecraft.loot
Modifier and TypeMethodDescriptionstatic IntClamper
IntClamper.clamp
(int p_215843_0_, int p_215843_1_) IntClamper.Serializer.deserialize
(com.google.gson.JsonElement p_deserialize_1_, 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_) Modifier and TypeMethodDescriptioncom.google.gson.JsonElement
IntClamper.Serializer.serialize
(IntClamper p_serialize_1_, Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_) -
Uses of IntClamper in net.minecraft.loot.functions
Modifier and TypeMethodDescriptionstatic LootFunction.Builder<?>
LimitCount.limitCount
(IntClamper p_215911_0_) ModifierConstructorDescriptionprivate
LimitCount
(ILootCondition[] p_i51232_1_, IntClamper p_i51232_2_)