net.minecraft.world.gen.loot

public class LootPool

ban
net.minecraft.class_2776
net.minecraft.world.gen.loot.LootPool
net.minecraft.world.storage.loot.LootPool

Field summary

Modifier and TypeField
private final LootPoolEntry[]
a
field_13178
entryContainers
lootEntries
private final LootItemCondition[]
b
field_13179
conditions
poolConditions
private final RandomNumberBounds
c
field_13180
rolls
rolls
private final RandomNumberBounds
d
field_13181
bonusRolls
bonusRolls

Constructor summary

ModifierConstructor
public (LootPoolEntry[] entryContainers, LootItemCondition[] conditions, RandomNumberBounds rolls, RandomNumberBounds bonusRolls)

Method summary

Modifier and TypeMethod
protected void
a(Collection<adz> arg0, Random arg1, baq arg2)
method_11967(Collection<class_1071> arg0, Random arg1, class_2782 arg2)
addRandomItem(Collection<ItemStack> items, Random random, LootContext context)
createLootRoll(Collection<ItemStack> stacks, Random rand, LootContext context)
public void
b(Collection<adz> arg0, Random arg1, baq arg2)
method_11969(Collection<class_1071> arg0, Random arg1, class_2782 arg2)
addRandomItems(Collection<ItemStack> items, Random random, LootContext context)
generateLoot(Collection<ItemStack> stacks, Random rand, LootContext context)