Class ContextLootScoreProvider.class_5666
java.lang.Object
net.minecraft.loot.provider.score.ContextLootScoreProvider.class_5666
- All Implemented Interfaces:
JsonSerializer<ContextLootScoreProvider>
- Enclosing class:
- ContextLootScoreProvider
public static class ContextLootScoreProvider.class_5666 extends Object implements JsonSerializer<ContextLootScoreProvider>
-
Constructor Summary
Constructors Constructor Description class_5666()
-
Method Summary
Modifier and Type Method Description ContextLootScoreProvider
fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)
void
toJson(JsonObject jsonObject, ContextLootScoreProvider contextLootScoreProvider, JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
class_5666
public class_5666()
-
-
Method Details
-
toJson
public void toJson(JsonObject jsonObject, ContextLootScoreProvider contextLootScoreProvider, JsonSerializationContext jsonSerializationContext)- Specified by:
toJson
in interfaceJsonSerializer<ContextLootScoreProvider>
-
fromJson
public ContextLootScoreProvider fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)- Specified by:
fromJson
in interfaceJsonSerializer<ContextLootScoreProvider>
-