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.BuilderBlockLootSubProvider.createSelfDropDispatchTable(Block original, Holder<LootItemCondition> condition, LootPoolEntryContainer.Builder<?> entry) protected LootTable.BuilderBlockLootSubProvider.createShearsDispatchTable(Block original, LootPoolEntryContainer.Builder<?> entry) protected LootTable.BuilderBlockLootSubProvider.createSilkTouchDispatchTable(Block original, LootPoolEntryContainer.Builder<?> entry) protected LootTable.BuilderBlockLootSubProvider.createSilkTouchOrShearsDispatchTable(Block original, LootPoolEntryContainer.Builder<?> entry) -
Uses of LootPoolEntryContainer.Builder in net.minecraft.world.level.storage.loot
Methods in net.minecraft.world.level.storage.loot with parameters of type LootPoolEntryContainer.Builder -
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 classCompositeEntryBase.Builder<T extends CompositeEntryBase, B extends CompositeEntryBase.Builder<T,B>> static classstatic classstatic classUniformContainerBase.Builder<T extends UniformContainerBase.Builder<T>>private static classMethods in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainer.BuilderModifier and TypeMethodDescriptionprotected ImmutableList.Builder<LootPoolEntryContainer> CompositeEntryBase.Builder.addEntry(LootPoolEntryContainer.Builder<?> entry) static AlternativesEntry.BuilderAlternativesEntry.alternatives(LootPoolEntryContainer.Builder<?>... entries) EntryGroup.Builder.append(LootPoolEntryContainer.Builder<?> other) LootPoolEntryContainer.Builder.append(LootPoolEntryContainer.Builder<?> other) static EntryGroup.BuilderEntryGroup.list(LootPoolEntryContainer.Builder<?>... entries) AlternativesEntry.Builder.otherwise(LootPoolEntryContainer.Builder<?> other) LootPoolEntryContainer.Builder.otherwise(LootPoolEntryContainer.Builder<?> other) static SequentialEntry.BuilderSequentialEntry.sequential(LootPoolEntryContainer.Builder<?>... entries) LootPoolEntryContainer.Builder.then(LootPoolEntryContainer.Builder<?> other) SequentialEntry.Builder.then(LootPoolEntryContainer.Builder<?> other) 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> items, Function<E, LootPoolEntryContainer.Builder<?>> provider) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainer.BuilderModifierConstructorDescriptionBuilder(LootPoolEntryContainer.Builder<?>... entries) Builder(LootPoolEntryContainer.Builder<?>... entries) Builder(LootPoolEntryContainer.Builder<?>... entries) Builder(LootPoolEntryContainer.Builder<?>... entries) -
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<?> entry)