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 LootPoolEntryMethod parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryModifier and TypeMethodDescriptionboolean
ComposableEntryContainer.expand
(LootContext lootContext, Consumer<LootPoolEntry> entryConsumer) Expand this loot pool entry container by callingentryConsumer
with any applicable entriesfinal boolean
CompositeEntryBase.expand
(LootContext lootContext, Consumer<LootPoolEntry> entryConsumer) Expand this loot pool entry container by callingentryConsumer
with any applicable entriesboolean
LootPoolSingletonContainer.expand
(LootContext lootContext, Consumer<LootPoolEntry> entryConsumer) Expand this loot pool entry container by callingentryConsumer
with any applicable entriesboolean
TagEntry.expand
(LootContext lootContext, Consumer<LootPoolEntry> entryConsumer) Expand this loot pool entry container by callingentryConsumer
with any applicable entriesprivate boolean
TagEntry.expandTag
(LootContext context, Consumer<LootPoolEntry> generatorConsumer)