Uses of Class
net.minecraft.loot.LootPool
Packages that use LootPool
-
Uses of LootPool in net.minecraft.loot
Fields in net.minecraft.loot declared as LootPoolFields 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 jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in net.minecraft.loot with parameters of type LootPoolModifier and TypeMethodDescriptioncom.google.gson.JsonElementLootPool.Serializer.serialize(LootPool lootPool, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) Constructors in net.minecraft.loot with parameters of type LootPoolModifierConstructorDescription(package private)LootTable(LootContextType type, LootPool[] pools, LootFunction[] functions)