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 dym$aintermediary net/minecraft/class_5667$class_5668named net/minecraft/loot/provider/score/FixedLootScoreProvider$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_32473(JsonObject jsonObject, FixedLootScoreProvider fixedLootScoreProvider, JsonSerializationContext jsonSerializationContext) method_32474(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.JsonSerializer
fromJson, toJson
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
method_32473
public void method_32473(JsonObject jsonObject, FixedLootScoreProvider fixedLootScoreProvider, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdym$a;a(Lcom/google/gson/JsonObject;Ldym;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32473Lnet/minecraft/class_5667$class_5668;method_32473(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5667;Lcom/google/gson/JsonSerializationContext;)Vnamed method_32473Lnet/minecraft/loot/provider/score/FixedLootScoreProvider$Serializer;method_32473(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/score/FixedLootScoreProvider;Lcom/google/gson/JsonSerializationContext;)V
-
method_32474
public FixedLootScoreProvider method_32474(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdym$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldym;intermediary method_32474Lnet/minecraft/class_5667$class_5668;method_32474(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5667;named method_32474Lnet/minecraft/loot/provider/score/FixedLootScoreProvider$Serializer;method_32474(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/score/FixedLootScoreProvider;
-