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.Builder
BlockLootTables.createSingleItemTable
(IItemProvider p_218463_0_, IRandomRange p_218463_1_) protected static LootTable.Builder
BlockLootTables.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 class
final class
class
Fields in net.minecraft.loot declared as IRandomRangeModifier and TypeFieldDescriptionprivate IRandomRange
LootPool.Builder.rolls
private IRandomRange
LootPool.rolls
Fields in net.minecraft.loot with type parameters of type IRandomRangeModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,
Class<? extends IRandomRange>> RandomRanges.GENERATORS
Methods in net.minecraft.loot that return IRandomRangeModifier and TypeMethodDescriptionstatic IRandomRange
RandomRanges.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.JsonElement
RandomRanges.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 IRandomRangeModifierConstructorDescriptionprivate
LootPool
(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 IRandomRange
EnchantWithLevels.Builder.levels
private final IRandomRange
EnchantWithLevels.levels
private final IRandomRange
SetCount.value
Methods in net.minecraft.loot.functions with parameters of type IRandomRangeModifier and TypeMethodDescriptionstatic EnchantWithLevels.Builder
EnchantWithLevels.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_) private
EnchantWithLevels
(ILootCondition[] p_i51236_1_, IRandomRange p_i51236_2_, boolean p_i51236_3_) private
SetCount
(ILootCondition[] p_i51222_1_, IRandomRange p_i51222_2_)