Uses of Class
net.minecraft.world.level.storage.loot.LootPool
Packages that use LootPool
Package
Description
Classes for NeoForge's own data generation.
- 
Uses of LootPool in net.minecraft.world.level.storage.lootFields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LootPool>LootPool.CODECprivate final com.google.common.collect.ImmutableList.Builder<LootPool>LootTable.Builder.poolsLootTable.poolsMethods in net.minecraft.world.level.storage.loot that return LootPoolModifier and TypeMethodDescriptionLootPool.Builder.build()@Nullable LootPool@Nullable LootPoolLootTable.removePool(String name) Methods in net.minecraft.world.level.storage.loot with parameters of type LootPoolConstructor parameters in net.minecraft.world.level.storage.loot with type arguments of type LootPoolModifierConstructorDescription(package private)LootTable(LootContextParamSet p_287716_, Optional<ResourceLocation> p_299055_, List<LootPool> p_298390_, List<LootItemFunction> p_298775_) 
- 
Uses of LootPool in net.neoforged.neoforge.commonMethods in net.neoforged.neoforge.common that return types with arguments of type LootPoolModifier and TypeMethodDescriptionCommonHooks.lootPoolsCodec(BiConsumer<LootPool, String> nameSetter) Method parameters in net.neoforged.neoforge.common with type arguments of type LootPoolModifier and TypeMethodDescriptionCommonHooks.lootPoolsCodec(BiConsumer<LootPool, String> nameSetter) 
- 
Uses of LootPool in net.neoforged.neoforge.common.data.internalMethods in net.neoforged.neoforge.common.data.internal with parameters of type LootPoolModifier and TypeMethodDescriptionprivate booleanNeoForgeLootTableProvider.findAndReplaceInLootPool(LootPool lootPool, LootTable.Builder newBuilder)