Interface AccessorLootPool
public interface AccessorLootPool
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.storage.loot.providers.number.NumberProviderList<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> net.minecraft.world.level.storage.loot.providers.number.NumberProvidervoidbookshelf$setEntries(List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> entries) List<net.minecraft.world.level.storage.loot.functions.LootItemFunction>
-
Method Details
-
bookshelf$entries
List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> bookshelf$entries() -
bookshelf$setEntries
void bookshelf$setEntries(List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> entries) -
bookshelf$conditions
List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> bookshelf$conditions() -
functions
List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions() -
bookshelf$rolls
net.minecraft.world.level.storage.loot.providers.number.NumberProvider bookshelf$rolls() -
bookshelf$bonusRolls
net.minecraft.world.level.storage.loot.providers.number.NumberProvider bookshelf$bonusRolls()
-