Class LootScoreProviderTypes
java.lang.Object
net.minecraft.loot.provider.score.LootScoreProviderTypes
public class LootScoreProviderTypes extends Object
-
Field Summary
Fields Modifier and Type Field Description static LootScoreProviderTypeCONTEXTstatic LootScoreProviderTypeFIXED -
Constructor Summary
Constructors Constructor Description LootScoreProviderTypes() -
Method Summary
Modifier and Type Method Description static Objectmethod_32478()private static LootScoreProviderTyperegister(String id, JsonSerializer<? extends LootScoreProvider> jsonSerializer)
-
Field Details
-
FIXED
-
CONTEXT
-
-
Constructor Details
-
LootScoreProviderTypes
public LootScoreProviderTypes()
-
-
Method Details
-
register
private static LootScoreProviderType register(String id, JsonSerializer<? extends LootScoreProvider> jsonSerializer) -
method_32478
-