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. pools
Fields in net.minecraft.loot with type parameters of type LootPool Modifier and Type Field Description private List<LootPool>
LootTable.Builder. pools
Methods in net.minecraft.loot that return LootPool Modifier and Type Method Description LootPool
LootPool.Builder. build()
LootPool
LootPool.Serializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
Methods in net.minecraft.loot with parameters of type LootPool Modifier and Type Method Description JsonElement
LootPool.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)