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. poolsprivate java.util.List<LootPool>LootTable. poolsMethods in net.minecraft.loot that return LootPool Modifier and Type Method Description LootPoolLootPool.Builder. build()LootPoolLootPool.Serializer. deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)LootPoolLootTable. getPool(java.lang.String name)LootPoolLootTable. removePool(java.lang.String name)Methods in net.minecraft.loot with parameters of type LootPool Modifier and Type Method Description voidLootTable. addPool(LootPool pool)com.google.gson.JsonElementLootPool.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 booleanForgeLootTableProvider. findAndReplaceInLootPool(LootPool lootPool, Item from, ITag.INamedTag<Item> to)
-