Uses of Interface
net.minecraft.loot.IRandomRange
-
Packages that use IRandomRange Package Description net.minecraft.data.loot net.minecraft.loot net.minecraft.loot.functions -
-
Uses of IRandomRange in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type IRandomRange Modifier and Type Method Description protected static LootTable.BuilderBlockLootTables. createSingleItemTable(IItemProvider p_218463_0_, IRandomRange p_218463_1_)protected static LootTable.BuilderBlockLootTables. createSingleItemTableWithSilkTouch(Block p_218530_0_, IItemProvider p_218530_1_, IRandomRange p_218530_2_) -
Uses of IRandomRange in net.minecraft.loot
Classes in net.minecraft.loot that implement IRandomRange Modifier and Type Class Description classBinomialRangeclassConstantRangeclassRandomValueRangeFields in net.minecraft.loot declared as IRandomRange Modifier and Type Field Description private IRandomRangeLootPool.Builder. rollsprivate IRandomRangeLootPool. rollsFields in net.minecraft.loot with type parameters of type IRandomRange Modifier and Type Field Description private static java.util.Map<ResourceLocation,java.lang.Class<? extends IRandomRange>>RandomRanges. GENERATORSMethods in net.minecraft.loot that return IRandomRange Modifier and Type Method Description static IRandomRangeRandomRanges. deserialize(com.google.gson.JsonElement p_216130_0_, com.google.gson.JsonDeserializationContext p_216130_1_)IRandomRangeLootPool. getBonusRolls()IRandomRangeLootPool. getRolls()Methods in net.minecraft.loot with parameters of type IRandomRange Modifier and Type Method Description static com.google.gson.JsonElementRandomRanges. serialize(IRandomRange p_216131_0_, com.google.gson.JsonSerializationContext p_216131_1_)LootPool.BuilderLootPool.Builder. setRolls(IRandomRange p_216046_1_)Constructors in net.minecraft.loot with parameters of type IRandomRange 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 IRandomRange in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as IRandomRange Modifier and Type Field Description private IRandomRangeEnchantWithLevels.Builder. levelsprivate IRandomRangeEnchantWithLevels. levelsprivate IRandomRangeSetCount. valueMethods in net.minecraft.loot.functions with parameters of type IRandomRange Modifier and Type Method Description static EnchantWithLevels.BuilderEnchantWithLevels. enchantWithLevels(IRandomRange p_215895_0_)static LootFunction.Builder<?>SetCount. setCount(IRandomRange p_215932_0_)Constructors in net.minecraft.loot.functions with parameters of type IRandomRange Constructor Description Builder(IRandomRange p_i51494_1_)EnchantWithLevels(ILootCondition[] p_i51236_1_, IRandomRange p_i51236_2_, boolean p_i51236_3_)SetCount(ILootCondition[] p_i51222_1_, IRandomRange p_i51222_2_)
-