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_)LootTable.removePool(String name)Methods in net.minecraft.world.level.storage.loot with parameters of type LootPoolModifier and TypeMethodDescriptionvoidcom.google.gson.JsonElementLootPool.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_79114_, LootPool[] p_79115_, LootItemFunction[] p_79116_) -
Uses of LootPool in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootPoolModifier and TypeMethodDescriptionprivate booleanForgeLootTableProvider.findAndReplaceInLootPool(LootPool lootPool, Item from, ToolAction toolAction)