Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
Packages that use LootPoolEntryContainer
Package
Description
Classes for NeoForge's own data generation.
-
Uses of LootPoolEntryContainer in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionstatic final Registry<MapCodec<? extends LootPoolEntryContainer>> BuiltInRegistries.LOOT_POOL_ENTRY_TYPEstatic final ResourceKey<Registry<MapCodec<? extends LootPoolEntryContainer>>> Registries.LOOT_POOL_ENTRY_TYPE -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer> LootPool.Builder.entriesprivate final List<LootPoolEntryContainer> LootPool.entriesConstructor parameters in net.minecraft.world.level.storage.loot with type arguments of type LootPoolEntryContainerModifierConstructorDescriptionprivateLootPool(List<LootPoolEntryContainer> entries, List<LootItemCondition> conditions, List<LootItemFunction> functions, NumberProvider rolls, NumberProvider bonusRolls, Optional<String> name) -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entries
Subclasses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entriesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprotected final List<LootPoolEntryContainer> CompositeEntryBase.childrenstatic final Codec<LootPoolEntryContainer> LootPoolEntries.CODECprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer> AlternativesEntry.Builder.entriesprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer> EntryGroup.Builder.entriesprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer> SequentialEntry.Builder.entriesMethods in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionprotected static <T extends LootPoolEntryContainer>
Products.P1<RecordCodecBuilder.Mu<T>, List<LootItemCondition>> LootPoolEntryContainer.commonFields(RecordCodecBuilder.Instance<T> i) Methods in net.minecraft.world.level.storage.loot.entries that return LootPoolEntryContainerModifier and TypeMethodDescriptionAlternativesEntry.Builder.build()EntryGroup.Builder.build()abstract LootPoolEntryContainerLootPoolEntryContainer.Builder.build()LootPoolSingletonContainer.DummyBuilder.build()SequentialEntry.Builder.build()Methods in net.minecraft.world.level.storage.loot.entries that return types with arguments of type LootPoolEntryContainerModifier and TypeMethodDescriptionstatic MapCodec<? extends LootPoolEntryContainer> LootPoolEntries.bootstrap(Registry<MapCodec<? extends LootPoolEntryContainer>> registry) abstract MapCodec<? extends LootPoolEntryContainer> LootPoolEntryContainer.codec()Method parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifier and TypeMethodDescriptionstatic MapCodec<? extends LootPoolEntryContainer> LootPoolEntries.bootstrap(Registry<MapCodec<? extends LootPoolEntryContainer>> registry) CompositeEntryBase.CompositeEntryConstructor.create(List<LootPoolEntryContainer> children, List<LootItemCondition> conditions) Constructor parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifierConstructorDescription(package private)AlternativesEntry(List<LootPoolEntryContainer> children, List<LootItemCondition> conditions) protectedCompositeEntryBase(List<LootPoolEntryContainer> children, List<LootItemCondition> conditions) (package private)EntryGroup(List<LootPoolEntryContainer> children, List<LootItemCondition> conditions) (package private)SequentialEntry(List<LootPoolEntryContainer> children, List<LootItemCondition> conditions) -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer> SetContainerContents.Builder.entriesprivate final List<LootPoolEntryContainer> SetContainerContents.entries -
Uses of LootPoolEntryContainer in net.neoforged.neoforge.common.data.internal
Methods in net.neoforged.neoforge.common.data.internal with parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionprivate booleanNeoForgeLootTableProvider.findAndReplaceInLootEntry(LootPoolEntryContainer entry, Consumer<LootPoolEntryContainer.Builder<?>> newBuilder)