Uses of Interface
net.minecraft.loot.provider.score.LootScoreProvider
-
Uses of LootScoreProvider in net.minecraft.loot.provider.number
Modifier and TypeFieldDescription(package private) final LootScoreProvider
ScoreLootNumberProvider.target
ModifierConstructorDescription(package private)
ScoreLootNumberProvider
(LootScoreProvider target, String score, float scale) -
Uses of LootScoreProvider in net.minecraft.loot.provider.score
Modifier and TypeMethodDescriptionstatic LootScoreProvider
ContextLootScoreProvider.create
(LootContext.EntityTarget target) static LootScoreProvider
Modifier and TypeMethodDescriptionprivate static LootScoreProviderType
LootScoreProviderTypes.register
(String id, JsonSerializer<? extends LootScoreProvider> jsonSerializer) ModifierConstructorDescriptionLootScoreProviderType
(JsonSerializer<? extends LootScoreProvider> jsonSerializer)