Class FixedLootScoreProvider
java.lang.Object
net.minecraft.loot.provider.score.FixedLootScoreProvider
- All Implemented Interfaces:
LootScoreProvider
public class FixedLootScoreProvider extends Object implements LootScoreProvider
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FixedLootScoreProvider.Serializer
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
FixedLootScoreProvider(String name)
-
Method Summary
Modifier and Type Method Description String
getName(LootContext context)
LootScoreProviderType
getType()
Set<LootContextParameter<?>>
method_32477()
-
Field Details
-
name
-
-
Constructor Details
-
FixedLootScoreProvider
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootScoreProvider
-
getName
- Specified by:
getName
in interfaceLootScoreProvider
-
method_32477
- Specified by:
method_32477
in interfaceLootScoreProvider
-