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.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<LootPool> LootPool.CODEC
private final com.google.common.collect.ImmutableList.Builder
<LootPool> LootTable.Builder.pools
LootTable.pools
Methods in net.minecraft.world.level.storage.loot that return LootPoolModifier and TypeMethodDescriptionLootPool.Builder.build()
@Nullable LootPool
@Nullable LootPool
LootTable.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.common
Methods 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.internal
Methods in net.neoforged.neoforge.common.data.internal with parameters of type LootPoolModifier and TypeMethodDescriptionprivate boolean
NeoForgeLootTableProvider.findAndReplaceInLootPool
(LootPool lootPool, LootTable.Builder newBuilder)