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 LootScoreProviderModifier and TypeFieldDescription(package private) final LootScoreProvider
ScoreLootNumberProvider.target
Constructors in net.minecraft.loot.provider.number with parameters of type LootScoreProviderModifierConstructorDescription(package private)
ScoreLootNumberProvider
(LootScoreProvider lootScoreProvider, String string, float float2) -
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)