Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer
Packages that use LootPoolSingletonContainer
-
Uses of LootPoolSingletonContainer in net.minecraft.world.level.storage.loot.entries
Subclasses of LootPoolSingletonContainer in net.minecraft.world.level.storage.loot.entriesModifier and TypeClassDescriptionclass
A loot pool entry container that will generate the dynamic drops with a given name.class
A loot pool entry that does not generate any items.class
A loot pool entry that always generates a given item.class
class
A loot pool entry container that generates based on an item tag.Methods in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolSingletonContainerModifier and TypeMethodDescriptionprotected static <T extends LootPoolSingletonContainer>
com.mojang.datafixers.Products.P4<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<T>, Integer, Integer, List<LootItemCondition>, List<LootItemFunction>> LootPoolSingletonContainer.singletonFields
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<T> p_299239_) Methods in net.minecraft.world.level.storage.loot.entries that return LootPoolSingletonContainerModifier and TypeMethodDescriptionLootPoolSingletonContainer.EntryConstructor.build
(int pWeight, int pQuality, List<LootItemCondition> pConditions, List<LootItemFunction> pFunctions)