Uses of Class
net.minecraft.world.level.storage.loot.LootPool
Package
Description
Classes for NeoForge's own data generation.
-
Uses of LootPool in net.minecraft.world.level.storage.loot
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LootPool>
LootPool.CODEC
private final com.google.common.collect.ImmutableList.Builder<LootPool>
LootTable.Builder.pools
LootTable.pools
Modifier and TypeMethodDescriptionLootPool.Builder.build()
@Nullable LootPool
@Nullable LootPool
LootTable.removePool
(String name) ModifierConstructorDescription(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.common
Modifier and TypeMethodDescriptionCommonHooks.lootPoolsCodec
(BiConsumer<LootPool, String> nameSetter) Modifier and TypeMethodDescriptionCommonHooks.lootPoolsCodec
(BiConsumer<LootPool, String> nameSetter) -
Uses of LootPool in net.neoforged.neoforge.common.data.internal
Modifier and TypeMethodDescriptionprivate boolean
NeoForgeLootTableProvider.findAndReplaceInLootPool
(LootPool lootPool, LootTable.Builder newBuilder)