Uses of Interface
net.minecraft.world.level.storage.loot.entries.LootPoolEntry
Packages that use LootPoolEntry
-
Uses of LootPoolEntry in net.minecraft.world.level.storage.loot.entries
Classes in net.minecraft.world.level.storage.loot.entries that implement LootPoolEntryFields in net.minecraft.world.level.storage.loot.entries declared as LootPoolEntryMethods in net.minecraft.world.level.storage.loot.entries that return types with arguments of type LootPoolEntryModifier and TypeMethodDescriptionprivate Consumer<LootPoolEntry> LootPoolEntryContainer.adjustOutput(Consumer<LootPoolEntry> output) Method parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryModifier and TypeMethodDescriptionprotected abstract booleanExpandableContainerBase.addExpandedEntries(Consumer<LootPoolEntry> output) protected booleanNestedLootTable.addExpandedEntries(Consumer<LootPoolEntry> output) protected booleanTagEntry.addExpandedEntries(Consumer<LootPoolEntry> output) protected abstract booleanExpandableContainerBase.addUnexpandedEntry(Consumer<LootPoolEntry> output) protected booleanNestedLootTable.addUnexpandedEntry(Consumer<LootPoolEntry> output) protected booleanTagEntry.addUnexpandedEntry(Consumer<LootPoolEntry> output) private Consumer<LootPoolEntry> LootPoolEntryContainer.adjustOutput(Consumer<LootPoolEntry> output) booleanComposableEntryContainer.expand(LootContext context, Consumer<LootPoolEntry> output) final booleanLootPoolEntryContainer.expand(LootContext context, Consumer<LootPoolEntry> output) final booleanCompositeEntryBase.expandRaw(LootContext context, Consumer<LootPoolEntry> output) final booleanExpandableContainerBase.expandRaw(LootContext context, Consumer<LootPoolEntry> output) protected abstract booleanLootPoolEntryContainer.expandRaw(LootContext context, Consumer<LootPoolEntry> output) final booleanSingleEntryContainerBase.expandRaw(LootContext context, Consumer<LootPoolEntry> output)