Uses of Class
net.minecraft.loot.RandomValueRange
-
Packages that use RandomValueRange Package Description net.minecraft.loot net.minecraft.loot.conditions net.minecraft.loot.functions -
-
Uses of RandomValueRange in net.minecraft.loot
Fields in net.minecraft.loot declared as RandomValueRange Modifier and Type Field Description private RandomValueRange
LootPool. bonusRolls
private RandomValueRange
LootPool.Builder. bonusRolls
Methods in net.minecraft.loot that return RandomValueRange Modifier and Type Method Description static RandomValueRange
RandomValueRange. between(float p_215837_0_, float p_215837_1_)
RandomValueRange
RandomValueRange.Serializer. deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)
Methods in net.minecraft.loot with parameters of type RandomValueRange Modifier and Type Method Description com.google.gson.JsonElement
RandomValueRange.Serializer. serialize(RandomValueRange p_serialize_1_, java.lang.reflect.Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_)
void
LootPool. setBonusRolls(RandomValueRange v)
void
LootPool. setRolls(RandomValueRange v)
Constructors in net.minecraft.loot with parameters of type RandomValueRange Constructor Description LootPool(LootEntry[] p_i51268_1_, ILootCondition[] p_i51268_2_, ILootFunction[] p_i51268_3_, IRandomRange p_i51268_4_, RandomValueRange p_i51268_5_, java.lang.String name)
-
Uses of RandomValueRange in net.minecraft.loot.conditions
Fields in net.minecraft.loot.conditions declared as RandomValueRange Modifier and Type Field Description private RandomValueRange
TimeCheck. value
Fields in net.minecraft.loot.conditions with type parameters of type RandomValueRange Modifier and Type Field Description private java.util.Map<java.lang.String,RandomValueRange>
EntityHasScore. scores
Methods in net.minecraft.loot.conditions with parameters of type RandomValueRange Modifier and Type Method Description protected boolean
EntityHasScore. hasScore(Entity p_186631_1_, Scoreboard p_186631_2_, java.lang.String p_186631_3_, RandomValueRange p_186631_4_)
Constructors in net.minecraft.loot.conditions with parameters of type RandomValueRange Constructor Description TimeCheck(java.lang.Long p_i225898_1_, RandomValueRange p_i225898_2_)
Constructor parameters in net.minecraft.loot.conditions with type arguments of type RandomValueRange Constructor Description EntityHasScore(java.util.Map<java.lang.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 RandomValueRange Modifier and Type Field Description private RandomValueRange
SetAttributes.Modifier. amount
private RandomValueRange
LootingEnchantBonus.Builder. count
private RandomValueRange
SetDamage. damage
private RandomValueRange
LootingEnchantBonus. value
Fields in net.minecraft.loot.functions with type parameters of type RandomValueRange Modifier and Type Field Description private java.util.Map<Effect,RandomValueRange>
SetStewEffect.Builder. effectDurationMap
private java.util.Map<Effect,RandomValueRange>
SetStewEffect. effectDurationMap
Methods in net.minecraft.loot.functions with parameters of type RandomValueRange Modifier and Type Method Description static LootingEnchantBonus.Builder
LootingEnchantBonus. lootingMultiplier(RandomValueRange p_215915_0_)
static LootFunction.Builder<?>
SetDamage. setDamage(RandomValueRange p_215931_0_)
SetStewEffect.Builder
SetStewEffect.Builder. withEffect(Effect p_216077_1_, RandomValueRange p_216077_2_)
Constructors in net.minecraft.loot.functions with parameters of type RandomValueRange Constructor Description Builder(RandomValueRange p_i50932_1_)
LootingEnchantBonus(ILootCondition[] p_i47145_1_, RandomValueRange p_i47145_2_, int p_i47145_3_)
Modifier(java.lang.String p_i232172_1_, Attribute p_i232172_2_, AttributeModifier.Operation p_i232172_3_, RandomValueRange p_i232172_4_, EquipmentSlotType[] p_i232172_5_, java.util.UUID p_i232172_6_)
SetDamage(ILootCondition[] p_i46622_1_, RandomValueRange p_i46622_2_)
Constructor parameters in net.minecraft.loot.functions with type arguments of type RandomValueRange Constructor Description SetStewEffect(ILootCondition[] p_i51215_1_, java.util.Map<Effect,RandomValueRange> p_i51215_2_)
-