Uses of Class
net.minecraft.loot.LootPool
| Package | Description |
|---|---|
| net.minecraft.loot |
-
Uses of LootPool in net.minecraft.loot
Fields in net.minecraft.loot declared as LootPool Modifier and Type Field Description private LootPool[]LootTable. poolsFields in net.minecraft.loot with type parameters of type LootPool Modifier and Type Field Description private List<LootPool>LootTable.Builder. poolsMethods in net.minecraft.loot that return LootPool Modifier and Type Method Description LootPoolLootPool.Builder. build()LootPoolLootPool.Serializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)Methods in net.minecraft.loot with parameters of type LootPool Modifier and Type Method Description JsonElementLootPool.Serializer. serialize(LootPool lootPool, Type type, JsonSerializationContext jsonSerializationContext)Constructors in net.minecraft.loot with parameters of type LootPool Constructor Description LootTable(LootContextType type, LootPool[] pools, LootFunction[] functions)