Uses of Interface
net.minecraft.loot.IRandomRange
Packages that use IRandomRange
-
Uses of IRandomRange in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type IRandomRangeModifier and TypeMethodDescriptionprotected 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 IRandomRangeModifier and TypeClassDescriptionfinal classfinal classclassFields in net.minecraft.loot declared as IRandomRangeModifier and TypeFieldDescriptionprivate IRandomRangeLootPool.Builder.rollsprivate IRandomRangeLootPool.rollsFields in net.minecraft.loot with type parameters of type IRandomRangeModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,Class<? extends IRandomRange>> RandomRanges.GENERATORSMethods in net.minecraft.loot that return IRandomRangeModifier and TypeMethodDescriptionstatic IRandomRangeRandomRanges.deserialize(com.google.gson.JsonElement p_216130_0_, com.google.gson.JsonDeserializationContext p_216130_1_) LootPool.getBonusRolls()LootPool.getRolls()Methods in net.minecraft.loot with parameters of type IRandomRangeModifier and TypeMethodDescriptionstatic com.google.gson.JsonElementRandomRanges.serialize(IRandomRange p_216131_0_, com.google.gson.JsonSerializationContext p_216131_1_) LootPool.Builder.setRolls(IRandomRange p_216046_1_) Constructors in net.minecraft.loot with parameters of type IRandomRangeModifierConstructorDescriptionprivateLootPool(LootEntry[] p_i51268_1_, ILootCondition[] p_i51268_2_, ILootFunction[] p_i51268_3_, IRandomRange p_i51268_4_, RandomValueRange p_i51268_5_, String name) -
Uses of IRandomRange in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as IRandomRangeModifier and TypeFieldDescriptionprivate final IRandomRangeEnchantWithLevels.Builder.levelsprivate final IRandomRangeEnchantWithLevels.levelsprivate final IRandomRangeSetCount.valueMethods in net.minecraft.loot.functions with parameters of type IRandomRangeModifier and TypeMethodDescriptionstatic 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 IRandomRangeModifierConstructorDescriptionBuilder(IRandomRange p_i51494_1_) privateEnchantWithLevels(ILootCondition[] p_i51236_1_, IRandomRange p_i51236_2_, boolean p_i51236_3_) privateSetCount(ILootCondition[] p_i51222_1_, IRandomRange p_i51222_2_)