Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder
Packages that use LootPoolEntryContainer.Builder
Package
Description
Classes for NeoForge's own data generation.
-
Uses of LootPoolEntryContainer.Builder in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionprotected static LootTable.Builder
BlockLootSubProvider.createSelfDropDispatchTable
(Block block, LootItemCondition.Builder conditionBuilder, LootPoolEntryContainer.Builder<?> alternativeBuilder) If the condition fromconditionBuilder
succeeds, drops 1block
.protected LootTable.Builder
BlockLootSubProvider.createShearsDispatchTable
(Block block, LootPoolEntryContainer.Builder<?> builder) If the block is mined with Shears, drops 1block
.protected LootTable.Builder
BlockLootSubProvider.createSilkTouchDispatchTable
(Block block, LootPoolEntryContainer.Builder<?> builder) If the block is mined with Silk Touch, drops 1block
.protected LootTable.Builder
BlockLootSubProvider.createSilkTouchOrShearsDispatchTable
(Block block, LootPoolEntryContainer.Builder<?> builder) If the block is mined either with Silk Touch or Shears, drops 1block
. -
Uses of LootPoolEntryContainer.Builder in net.minecraft.world.level.storage.loot
Methods in net.minecraft.world.level.storage.loot with parameters of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionLootPool.Builder.add
(LootPoolEntryContainer.Builder<?> entriesBuilder) -
Uses of LootPoolEntryContainer.Builder in net.minecraft.world.level.storage.loot.entries
Classes in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainer.BuilderModifier and TypeClassDescriptionstatic class
LootPoolEntryContainer.Builder<T extends LootPoolEntryContainer.Builder<T>>
Modifier and TypeClassDescriptionstatic class
static class
static class
(package private) static class
static class
Methods in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionstatic AlternativesEntry.Builder
AlternativesEntry.alternatives
(LootPoolEntryContainer.Builder<?>... children) EntryGroup.Builder.append
(LootPoolEntryContainer.Builder<?> childBuilder) LootPoolEntryContainer.Builder.append
(LootPoolEntryContainer.Builder<?> childBuilder) static EntryGroup.Builder
EntryGroup.list
(LootPoolEntryContainer.Builder<?>... children) AlternativesEntry.Builder.otherwise
(LootPoolEntryContainer.Builder<?> childBuilder) LootPoolEntryContainer.Builder.otherwise
(LootPoolEntryContainer.Builder<?> childBuilder) static SequentialEntry.Builder
SequentialEntry.sequential
(LootPoolEntryContainer.Builder<?>... children) LootPoolEntryContainer.Builder.then
(LootPoolEntryContainer.Builder<?> childBuilder) SequentialEntry.Builder.then
(LootPoolEntryContainer.Builder<?> childBuilder) Method parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionstatic <E> AlternativesEntry.Builder
AlternativesEntry.alternatives
(Collection<E> childrenSources, Function<E, LootPoolEntryContainer.Builder<?>> toChildrenFunction) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainer.BuilderModifierConstructorDescriptionBuilder
(LootPoolEntryContainer.Builder<?>... children) Builder
(LootPoolEntryContainer.Builder<?>... children) Builder
(LootPoolEntryContainer.Builder<?>... children) -
Uses of LootPoolEntryContainer.Builder in net.minecraft.world.level.storage.loot.functions
Methods in net.minecraft.world.level.storage.loot.functions with parameters of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionSetContainerContents.Builder.withEntry
(LootPoolEntryContainer.Builder<?> lootEntryBuilder) -
Uses of LootPoolEntryContainer.Builder in net.neoforged.neoforge.common.data.internal
Method parameters in net.neoforged.neoforge.common.data.internal with type arguments of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionprivate boolean
NeoForgeLootTableProvider.findAndReplaceInLootEntry
(LootPoolEntryContainer entry, Consumer<LootPoolEntryContainer.Builder<?>> newBuilder) private boolean
NeoForgeLootTableProvider.findAndReplaceInParentedLootEntry
(CompositeEntryBase entry, Consumer<LootPoolEntryContainer.Builder<?>> newBuilder)