Uses of Class
net.minecraft.loot.RandomValueRange
Packages that use RandomValueRange
-
Uses of RandomValueRange in net.minecraft.loot
Fields in net.minecraft.loot declared as RandomValueRangeModifier and TypeFieldDescriptionprivate RandomValueRangeLootPool.bonusRollsprivate RandomValueRangeLootPool.Builder.bonusRollsMethods in net.minecraft.loot that return RandomValueRangeModifier and TypeMethodDescriptionstatic RandomValueRangeRandomValueRange.between(float p_215837_0_, float p_215837_1_) RandomValueRange.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_, Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) Methods in net.minecraft.loot with parameters of type RandomValueRangeModifier and TypeMethodDescriptioncom.google.gson.JsonElementRandomValueRange.Serializer.serialize(RandomValueRange p_serialize_1_, Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_) voidLootPool.setBonusRolls(RandomValueRange v) voidLootPool.setRolls(RandomValueRange v) Constructors in net.minecraft.loot with parameters of type RandomValueRangeModifierConstructorDescriptionprivateLootPool(LootEntry[] p_i51268_1_, ILootCondition[] p_i51268_2_, ILootFunction[] p_i51268_3_, IRandomRange p_i51268_4_, RandomValueRange p_i51268_5_, String name) -
Uses of RandomValueRange in net.minecraft.loot.conditions
Fields in net.minecraft.loot.conditions declared as RandomValueRangeFields in net.minecraft.loot.conditions with type parameters of type RandomValueRangeModifier and TypeFieldDescriptionprivate final Map<String,RandomValueRange> EntityHasScore.scoresMethods in net.minecraft.loot.conditions with parameters of type RandomValueRangeModifier and TypeMethodDescriptionprotected booleanEntityHasScore.hasScore(Entity p_186631_1_, Scoreboard p_186631_2_, String p_186631_3_, RandomValueRange p_186631_4_) Constructors in net.minecraft.loot.conditions with parameters of type RandomValueRangeModifierConstructorDescriptionprivateTimeCheck(Long p_i225898_1_, RandomValueRange p_i225898_2_) Constructor parameters in net.minecraft.loot.conditions with type arguments of type RandomValueRangeModifierConstructorDescriptionprivateEntityHasScore(Map<String, RandomValueRange> p_i46618_1_, LootContext.EntityTarget p_i46618_2_) -
Uses of RandomValueRange in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as RandomValueRangeModifier and TypeFieldDescriptionprivate final RandomValueRangeSetAttributes.Modifier.amountprivate final RandomValueRangeLootingEnchantBonus.Builder.countprivate final RandomValueRangeSetDamage.damageprivate final RandomValueRangeLootingEnchantBonus.valueFields in net.minecraft.loot.functions with type parameters of type RandomValueRangeModifier and TypeFieldDescriptionprivate final Map<Effect,RandomValueRange> SetStewEffect.Builder.effectDurationMapprivate final Map<Effect,RandomValueRange> SetStewEffect.effectDurationMapMethods in net.minecraft.loot.functions with parameters of type RandomValueRangeModifier and TypeMethodDescriptionstatic LootingEnchantBonus.BuilderLootingEnchantBonus.lootingMultiplier(RandomValueRange p_215915_0_) static LootFunction.Builder<?>SetDamage.setDamage(RandomValueRange p_215931_0_) SetStewEffect.Builder.withEffect(Effect p_216077_1_, RandomValueRange p_216077_2_) Constructors in net.minecraft.loot.functions with parameters of type RandomValueRangeModifierConstructorDescriptionBuilder(RandomValueRange p_i50932_1_) privateLootingEnchantBonus(ILootCondition[] p_i47145_1_, RandomValueRange p_i47145_2_, int p_i47145_3_) privateModifier(String p_i232172_1_, Attribute p_i232172_2_, AttributeModifier.Operation p_i232172_3_, RandomValueRange p_i232172_4_, EquipmentSlotType[] p_i232172_5_, UUID p_i232172_6_) privateSetDamage(ILootCondition[] p_i46622_1_, RandomValueRange p_i46622_2_) Constructor parameters in net.minecraft.loot.functions with type arguments of type RandomValueRangeModifierConstructorDescriptionprivateSetStewEffect(ILootCondition[] p_i51215_1_, Map<Effect, RandomValueRange> p_i51215_2_)