Package net.minecraft.loot.function
Interface ApplyBonusLootFunction.Formula
- All Known Implementing Classes:
ApplyBonusLootFunction.BinomialWithBonusCount
,ApplyBonusLootFunction.OreDrops
,ApplyBonusLootFunction.UniformBonusCount
- Enclosing class:
- ApplyBonusLootFunction
static interface ApplyBonusLootFunction.Formula
-
Method Summary
Modifier and Type Method Description Identifier
getId()
int
getValue(Random random, int initialCount, int enchantmentLevel)
void
toJson(JsonObject json, JsonSerializationContext context)
-
Method Details
-
getValue
-
toJson
-
getId
Identifier getId()
-