Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder
Packages that use LootPoolEntryContainer.Builder
Package
Description
-
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.BuilderBlockLoot.createSelfDropDispatchTable(Block p_124172_, LootItemCondition.Builder p_124173_, LootPoolEntryContainer.Builder<?> p_124174_) protected static LootTable.BuilderBlockLoot.createShearsDispatchTable(Block p_124268_, LootPoolEntryContainer.Builder<?> p_124269_) protected static LootTable.BuilderBlockLoot.createSilkTouchDispatchTable(Block p_124169_, LootPoolEntryContainer.Builder<?> p_124170_) protected static LootTable.BuilderBlockLoot.createSilkTouchOrShearsDispatchTable(Block p_124284_, LootPoolEntryContainer.Builder<?> p_124285_) -
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<?> p_79077_) -
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<?>... p_79396_) EntryGroup.Builder.append(LootPoolEntryContainer.Builder<?> p_165145_) LootPoolEntryContainer.Builder.append(LootPoolEntryContainer.Builder<?> p_165148_) static EntryGroup.BuilderEntryGroup.list(LootPoolEntryContainer.Builder<?>... p_165138_) AlternativesEntry.Builder.otherwise(LootPoolEntryContainer.Builder<?> p_79402_) LootPoolEntryContainer.Builder.otherwise(LootPoolEntryContainer.Builder<?> p_79644_) static SequentialEntry.BuilderSequentialEntry.sequential(LootPoolEntryContainer.Builder<?>... p_165153_) LootPoolEntryContainer.Builder.then(LootPoolEntryContainer.Builder<?> p_165149_) 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> p_230934_, Function<E, LootPoolEntryContainer.Builder<?>> p_230935_) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainer.BuilderModifierConstructorDescriptionBuilder(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
Methods in net.minecraft.world.level.storage.loot.functions with parameters of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionSetContainerContents.Builder.withEntry(LootPoolEntryContainer.Builder<?> p_80931_)