Class FixedLootScoreProvider.Serializer
java.lang.Object
net.minecraft.loot.provider.score.FixedLootScoreProvider.Serializer
- All Implemented Interfaces:
JsonSerializer<FixedLootScoreProvider>
- Enclosing class:
FixedLootScoreProvider
public static class FixedLootScoreProvider.Serializer
extends Object
implements JsonSerializer<FixedLootScoreProvider>
- Mappings:
Namespace Name official edl$a
intermediary net/minecraft/class_5667$class_5668
named net/minecraft/loot/provider/score/FixedLootScoreProvider$Serializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromJson
(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) void
toJson
(JsonObject jsonObject, FixedLootScoreProvider fixedLootScoreProvider, JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
toJson
public void toJson(JsonObject jsonObject, FixedLootScoreProvider fixedLootScoreProvider, JsonSerializationContext jsonSerializationContext) - Specified by:
toJson
in interfaceJsonSerializer<FixedLootScoreProvider>
- Mappings:
Namespace Name Mixin selector official a
Ledl$a;a(Lcom/google/gson/JsonObject;Ledl;Lcom/google/gson/JsonSerializationContext;)V
intermediary method_32473
Lnet/minecraft/class_5667$class_5668;method_32473(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5667;Lcom/google/gson/JsonSerializationContext;)V
named toJson
Lnet/minecraft/loot/provider/score/FixedLootScoreProvider$Serializer;toJson(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/score/FixedLootScoreProvider;Lcom/google/gson/JsonSerializationContext;)V
-
fromJson
public FixedLootScoreProvider fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Specified by:
fromJson
in interfaceJsonSerializer<FixedLootScoreProvider>
- Mappings:
Namespace Name Mixin selector official b
Ledl$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ledl;
intermediary method_32474
Lnet/minecraft/class_5667$class_5668;method_32474(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5667;
named fromJson
Lnet/minecraft/loot/provider/score/FixedLootScoreProvider$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/score/FixedLootScoreProvider;
-