Uses of Class
net.minecraft.loot.LootPool
-
Uses of LootPool in net.minecraft.loot
Modifier 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) Modifier and TypeMethodDescriptionvoid
com.google.gson.JsonElement
LootPool.Serializer.serialize
(LootPool p_serialize_1_, Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_) ModifierConstructorDescriptionprivate
LootTable
(LootParameterSet p_i51265_1_, LootPool[] p_i51265_2_, ILootFunction[] p_i51265_3_) -
Uses of LootPool in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprivate boolean
ForgeLootTableProvider.findAndReplaceInLootPool
(LootPool lootPool, Item from, ITag.INamedTag<Item> to)