Uses of Interface
net.minecraft.loot.provider.score.LootScoreProvider
| Package | Description |
|---|---|
| net.minecraft.loot.provider.number | |
| net.minecraft.loot.provider.score |
-
Uses of LootScoreProvider in net.minecraft.loot.provider.number
Fields in net.minecraft.loot.provider.number declared as LootScoreProvider Modifier and Type Field Description private LootScoreProviderScoreLootNumberProvider. targetConstructors in net.minecraft.loot.provider.number with parameters of type LootScoreProvider Constructor Description ScoreLootNumberProvider(LootScoreProvider target, String score, float scale) -
Uses of LootScoreProvider in net.minecraft.loot.provider.score
Classes in net.minecraft.loot.provider.score that implement LootScoreProvider Modifier and Type Class Description classContextLootScoreProviderclassFixedLootScoreProviderMethods in net.minecraft.loot.provider.score that return LootScoreProvider Modifier and Type Method Description static LootScoreProviderContextLootScoreProvider. method_35571(LootContext.EntityTarget entityTarget)static LootScoreProviderFixedLootScoreProvider. method_35572(String string)Method parameters in net.minecraft.loot.provider.score with type arguments of type LootScoreProvider Modifier and Type Method Description private static LootScoreProviderTypeLootScoreProviderTypes. register(String id, JsonSerializer<? extends LootScoreProvider> jsonSerializer)Constructor parameters in net.minecraft.loot.provider.score with type arguments of type LootScoreProvider Constructor Description LootScoreProviderType(JsonSerializer<? extends LootScoreProvider> jsonSerializer)