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.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 IRandomRange Modifier and Type Class Description class
BinomialRange
class
ConstantRange
class
RandomValueRange
Fields in net.minecraft.loot declared as IRandomRange Modifier and Type Field Description private IRandomRange
LootPool.Builder. rolls
private IRandomRange
LootPool. rolls
Fields 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. GENERATORS
Methods in net.minecraft.loot that return IRandomRange Modifier and Type Method Description static IRandomRange
RandomRanges. deserialize(com.google.gson.JsonElement p_216130_0_, com.google.gson.JsonDeserializationContext p_216130_1_)
IRandomRange
LootPool. getBonusRolls()
IRandomRange
LootPool. getRolls()
Methods in net.minecraft.loot with parameters of type IRandomRange Modifier and Type Method Description static com.google.gson.JsonElement
RandomRanges. serialize(IRandomRange p_216131_0_, com.google.gson.JsonSerializationContext p_216131_1_)
LootPool.Builder
LootPool.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 IRandomRange
EnchantWithLevels.Builder. levels
private IRandomRange
EnchantWithLevels. levels
private IRandomRange
SetCount. value
Methods in net.minecraft.loot.functions with parameters of type IRandomRange Modifier and Type Method Description static 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 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_)
-