Uses of Class
net.minecraft.loot.LootPool
-
Packages that use LootPool Package Description net.minecraft.loot net.minecraftforge.common.data -
-
Uses of LootPool in net.minecraft.loot
Fields in net.minecraft.loot with type parameters of type LootPool Modifier and Type Field Description private java.util.List<LootPool>
LootTable.Builder. pools
private java.util.List<LootPool>
LootTable. pools
Methods in net.minecraft.loot that return LootPool Modifier and Type Method Description LootPool
LootPool.Builder. build()
LootPool
LootPool.Serializer. deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)
LootPool
LootTable. getPool(java.lang.String name)
LootPool
LootTable. removePool(java.lang.String name)
Methods in net.minecraft.loot with parameters of type LootPool Modifier and Type Method Description void
LootTable. addPool(LootPool pool)
com.google.gson.JsonElement
LootPool.Serializer. serialize(LootPool p_serialize_1_, java.lang.reflect.Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_)
Constructors in net.minecraft.loot with parameters of type LootPool Constructor Description 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 LootPool Modifier and Type Method Description private boolean
ForgeLootTableProvider. findAndReplaceInLootPool(LootPool lootPool, Item from, ITag.INamedTag<Item> to)
-