Uses of Interface
net.minecraft.loot.provider.score.LootScoreProvider
-
Uses of LootScoreProvider in net.minecraft.loot.provider.number
Modifier and TypeFieldDescription(package private) LootScoreProvider
ScoreLootNumberProvider.target
ModifierConstructorDescription(package private)
ScoreLootNumberProvider(LootScoreProvider lootScoreProvider, String string, float float2)
-
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)