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.BuilderBlockLootSubProvider.createSelfDropDispatchTable(Block pBlock, LootItemCondition.Builder pConditionBuilder, LootPoolEntryContainer.Builder<?> pAlternativeBuilder) If the condition fromconditionBuildersucceeds, drops 1block.protected LootTable.BuilderBlockLootSubProvider.createShearsDispatchTable(Block pBlock, LootPoolEntryContainer.Builder<?> pBuilder) If the block is mined with Shears, drops 1block.protected LootTable.BuilderBlockLootSubProvider.createSilkTouchDispatchTable(Block pBlock, LootPoolEntryContainer.Builder<?> pBuilder) If the block is mined with Silk Touch, drops 1block.protected LootTable.BuilderBlockLootSubProvider.createSilkTouchOrShearsDispatchTable(Block pBlock, LootPoolEntryContainer.Builder<?> pBuilder) 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<?> pEntriesBuilder) -
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 classLootPoolEntryContainer.Builder<T extends LootPoolEntryContainer.Builder<T>>Modifier and TypeClassDescriptionstatic classstatic classstatic class(package private) static classstatic classMethods in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionstatic AlternativesEntry.BuilderAlternativesEntry.alternatives(LootPoolEntryContainer.Builder<?>... pChildren) EntryGroup.Builder.append(LootPoolEntryContainer.Builder<?> p_165145_) LootPoolEntryContainer.Builder.append(LootPoolEntryContainer.Builder<?> pChildBuilder) static EntryGroup.BuilderEntryGroup.list(LootPoolEntryContainer.Builder<?>... pChildren) AlternativesEntry.Builder.otherwise(LootPoolEntryContainer.Builder<?> p_79402_) LootPoolEntryContainer.Builder.otherwise(LootPoolEntryContainer.Builder<?> pChildBuilder) static SequentialEntry.BuilderSequentialEntry.sequential(LootPoolEntryContainer.Builder<?>... pChildren) LootPoolEntryContainer.Builder.then(LootPoolEntryContainer.Builder<?> pChildBuilder) SequentialEntry.Builder.then(LootPoolEntryContainer.Builder<?> p_165160_) Method parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionstatic <E> AlternativesEntry.BuilderAlternativesEntry.alternatives(Collection<E> pChildrenSources, Function<E, LootPoolEntryContainer.Builder<?>> pToChildrenFunction) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainer.BuilderModifierConstructorDescriptionBuilder(LootPoolEntryContainer.Builder<?>... pChildren) Builder(LootPoolEntryContainer.Builder<?>... pChildren) Builder(LootPoolEntryContainer.Builder<?>... pChildren) -
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<?> pLootEntryBuilder) -
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 booleanNeoForgeLootTableProvider.findAndReplaceInLootEntry(LootPoolEntryContainer entry, Consumer<LootPoolEntryContainer.Builder<?>> newBuilder) private booleanNeoForgeLootTableProvider.findAndReplaceInParentedLootEntry(CompositeEntryBase entry, Consumer<LootPoolEntryContainer.Builder<?>> newBuilder)