Uses of Class
net.minecraft.world.level.storage.loot.LootPool
Packages that use LootPool
-
Uses of LootPool in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolMethods in net.minecraft.world.level.storage.loot that return LootPoolModifier and TypeMethodDescriptionLootPool.Builder.build()
LootPool.Serializer.deserialize
(com.google.gson.JsonElement p_79090_, Type p_79091_, com.google.gson.JsonDeserializationContext p_79092_) @Nullable LootPool
@Nullable LootPool
LootTable.removePool
(String name) Methods in net.minecraft.world.level.storage.loot with parameters of type LootPoolModifier and TypeMethodDescriptionvoid
com.google.gson.JsonElement
LootPool.Serializer.serialize
(LootPool p_79094_, Type p_79095_, com.google.gson.JsonSerializationContext p_79096_) Constructors in net.minecraft.world.level.storage.loot with parameters of type LootPoolModifierConstructorDescription(package private)
LootTable
(LootContextParamSet p_287716_, ResourceLocation p_287737_, LootPool[] p_287700_, LootItemFunction[] p_287663_) -
Uses of LootPool in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootPoolModifier and TypeMethodDescriptionprivate boolean
ForgeLootTableProvider.findAndReplaceInLootPool
(LootPool lootPool, Item from, ToolAction toolAction)