Uses of Class
net.minecraft.world.level.storage.loot.LootPool
Package
Description
-
Uses of LootPool in net.minecraft.world.level.storage.loot
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LootPool>
LootPool.CODEC
static final com.mojang.serialization.Codec<LootPool>
LootPool.CONDITIONAL_CODEC
private final com.google.common.collect.ImmutableList.Builder<LootPool>
LootTable.Builder.pools
LootTable.pools
Modifier and TypeMethodDescriptionLootPool.Builder.build()
@Nullable LootPool
LootTable.removePool
(String name) ModifierConstructorDescription(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
Modifier and TypeMethodDescriptionForgeHooks.createLootTablePoolCodec
(com.mojang.serialization.Codec<E> vanilla) -
Uses of LootPool in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprivate boolean
ForgeLootTableProvider.findAndReplaceInLootPool
(LootPool lootPool, Item from, ToolAction toolAction)