Uses of Class
net.minecraft.world.level.storage.loot.LootPool
Packages that use LootPool
Package
Description
-
Uses of LootPool in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LootPool>LootPool.CODECstatic final com.mojang.serialization.Codec<LootPool>LootPool.CONDITIONAL_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 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_298628_, List<LootPool> p_298771_, List<LootItemFunction> p_301234_) -
Uses of LootPool in net.minecraftforge.common
Methods in net.minecraftforge.common with type parameters of type LootPoolModifier and TypeMethodDescriptionForgeHooks.createLootTablePoolCodec(com.mojang.serialization.Codec<E> vanilla) -
Uses of LootPool in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootPoolModifier and TypeMethodDescriptionprivate booleanForgeLootTableProvider.findAndReplaceInLootPool(LootPool lootPool, Item from, ToolAction toolAction)