Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
Packages that use LootPoolEntryContainer
Package
Description
-
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot declared as LootPoolEntryContainerModifier and TypeFieldDescription(package private) final LootPoolEntryContainer[]LootPool.entriesFields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final List<LootPoolEntryContainer>LootPool.Builder.entriesConstructors in net.minecraft.world.level.storage.loot with parameters of type LootPoolEntryContainerModifierConstructorDescription(package private)LootPool(LootPoolEntryContainer[] p_165128_, LootItemCondition[] p_165129_, LootItemFunction[] p_165130_, NumberProvider p_165131_, NumberProvider p_165132_, String name) -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entries
Classes in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeClassDescriptionstatic classSubclasses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entriesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.level.storage.loot.entries declared as LootPoolEntryContainerModifier and TypeFieldDescriptionprotected final LootPoolEntryContainer[]CompositeEntryBase.childrenFields in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final List<LootPoolEntryContainer>AlternativesEntry.Builder.entriesprivate final List<LootPoolEntryContainer>EntryGroup.Builder.entriesprivate final List<LootPoolEntryContainer>SequentialEntry.Builder.entriesMethods 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 with parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionCompositeEntryBase.CompositeEntryConstructor.create(LootPoolEntryContainer[] p_79461_, LootItemCondition[] p_79462_) Method parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifier and TypeMethodDescriptionprivate static LootPoolEntryTypeLootPoolEntries.register(String p_79630_, Serializer<? extends LootPoolEntryContainer> p_79631_) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainerModifierConstructorDescription(package private)AlternativesEntry(LootPoolEntryContainer[] p_79384_, LootItemCondition[] p_79385_) protectedCompositeEntryBase(LootPoolEntryContainer[] p_79431_, LootItemCondition[] p_79432_) (package private)EntryGroup(LootPoolEntryContainer[] p_79550_, LootItemCondition[] p_79551_) (package private)SequentialEntry(LootPoolEntryContainer[] p_79812_, LootItemCondition[] p_79813_) Constructor parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifierConstructorDescriptionLootPoolEntryType(Serializer<? extends LootPoolEntryContainer> p_79674_) -
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 List<LootPoolEntryContainer>SetContainerContents.Builder.entries(package private) final List<LootPoolEntryContainer>SetContainerContents.entriesConstructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type LootPoolEntryContainerModifierConstructorDescription(package private)SetContainerContents(LootItemCondition[] p_193033_, BlockEntityType<?> p_193034_, List<LootPoolEntryContainer> p_193035_) -
Uses of LootPoolEntryContainer in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionprivate booleanForgeLootTableProvider.findAndReplaceInLootEntry(LootPoolEntryContainer entry, Item from, ToolAction toolAction)