Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder
Package
Description
-
Uses of LootPoolEntryContainer.Builder in net.minecraft.data.loot
Modifier and TypeMethodDescriptionprotected static LootTable.Builder
BlockLootSubProvider.createSelfDropDispatchTable
(Block p_252253_, LootItemCondition.Builder p_248764_, LootPoolEntryContainer.Builder<?> p_249146_) protected static LootTable.Builder
BlockLootSubProvider.createShearsDispatchTable
(Block p_252195_, LootPoolEntryContainer.Builder<?> p_250102_) protected static LootTable.Builder
BlockLootSubProvider.createSilkTouchDispatchTable
(Block p_250203_, LootPoolEntryContainer.Builder<?> p_252089_) protected static LootTable.Builder
BlockLootSubProvider.createSilkTouchOrShearsDispatchTable
(Block p_250539_, LootPoolEntryContainer.Builder<?> p_251459_) -
Uses of LootPoolEntryContainer.Builder in net.minecraft.world.level.storage.loot
Modifier and TypeMethodDescriptionLootPool.Builder.add
(LootPoolEntryContainer.Builder<?> p_79077_) -
Uses of LootPoolEntryContainer.Builder in net.minecraft.world.level.storage.loot.entries
Modifier and TypeClassDescriptionstatic class
LootPoolEntryContainer.Builder<T extends LootPoolEntryContainer.Builder<T>>
Modifier and TypeClassDescriptionstatic class
static class
static class
(package private) static class
static class
Modifier and TypeMethodDescriptionstatic AlternativesEntry.Builder
AlternativesEntry.alternatives
(LootPoolEntryContainer.Builder<?>... p_79396_) EntryGroup.Builder.append
(LootPoolEntryContainer.Builder<?> p_165145_) LootPoolEntryContainer.Builder.append
(LootPoolEntryContainer.Builder<?> p_165148_) static EntryGroup.Builder
EntryGroup.list
(LootPoolEntryContainer.Builder<?>... p_165138_) AlternativesEntry.Builder.otherwise
(LootPoolEntryContainer.Builder<?> p_79402_) LootPoolEntryContainer.Builder.otherwise
(LootPoolEntryContainer.Builder<?> p_79644_) static SequentialEntry.Builder
SequentialEntry.sequential
(LootPoolEntryContainer.Builder<?>... p_165153_) LootPoolEntryContainer.Builder.then
(LootPoolEntryContainer.Builder<?> p_165149_) SequentialEntry.Builder.then
(LootPoolEntryContainer.Builder<?> p_165160_) Modifier and TypeMethodDescriptionstatic <E> AlternativesEntry.Builder
AlternativesEntry.alternatives
(Collection<E> p_230934_, Function<E, LootPoolEntryContainer.Builder<?>> p_230935_) ModifierConstructorDescriptionBuilder
(LootPoolEntryContainer.Builder<?>... p_79399_) Builder
(LootPoolEntryContainer.Builder<?>... p_165141_) Builder
(LootPoolEntryContainer.Builder<?>... p_165156_) -
Uses of LootPoolEntryContainer.Builder in net.minecraft.world.level.storage.loot.functions
Modifier and TypeMethodDescriptionSetContainerContents.Builder.withEntry
(LootPoolEntryContainer.Builder<?> p_80931_)