Uses of Interface
net.minecraft.loot.provider.score.LootScoreProvider
Packages that use LootScoreProvider
-
Uses of LootScoreProvider in net.minecraft.loot.provider.number
Fields in net.minecraft.loot.provider.number declared as LootScoreProviderConstructors in net.minecraft.loot.provider.number with parameters of type LootScoreProviderModifierConstructorDescriptionprivate
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 LootScoreProviderMethods in net.minecraft.loot.provider.score that return LootScoreProviderModifier and TypeMethodDescriptionstatic LootScoreProvider
ContextLootScoreProvider.create(LootContext.EntityTarget target)
static LootScoreProvider
Method parameters in net.minecraft.loot.provider.score with type arguments of type LootScoreProviderModifier and TypeMethodDescriptionprivate static LootScoreProviderType
LootScoreProviderTypes.register(String id, JsonSerializer<? extends LootScoreProvider> jsonSerializer)
Constructor parameters in net.minecraft.loot.provider.score with type arguments of type LootScoreProviderModifierConstructorDescriptionLootScoreProviderType(JsonSerializer<? extends LootScoreProvider> jsonSerializer)