Uses of Class
net.minecraft.loot.LootPool
Packages that use LootPool
-
Uses of LootPool in net.minecraft.loot
Fields in net.minecraft.loot with type parameters of type LootPoolMethods in net.minecraft.loot that return LootPoolModifier and TypeMethodDescriptionLootPool.Builder.build()
LootPool.Serializer.deserialize
(com.google.gson.JsonElement p_deserialize_1_, Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) LootTable.removePool
(String name) Methods in net.minecraft.loot with parameters of type LootPoolModifier and TypeMethodDescriptionvoid
com.google.gson.JsonElement
LootPool.Serializer.serialize
(LootPool p_serialize_1_, Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_) Constructors in net.minecraft.loot with parameters of type LootPoolModifierConstructorDescriptionprivate
LootTable
(LootParameterSet p_i51265_1_, LootPool[] p_i51265_2_, ILootFunction[] p_i51265_3_) -
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, ITag.INamedTag<Item> to)