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.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 paramSet, Optional<ResourceLocation> randomSequence, List<LootPool> pools, List<LootItemFunction> functions) -
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 booleanNeoForgeLootTableProvider.findAndReplaceInLootPool(LootPool lootPool, LootTable.Builder newBuilder)