Class ContextLootScoreProvider.Serializer
java.lang.Object
net.minecraft.loot.provider.score.ContextLootScoreProvider.Serializer
- All Implemented Interfaces:
JsonSerializer<ContextLootScoreProvider>
- Enclosing class:
ContextLootScoreProvider
public static class ContextLootScoreProvider.Serializer
extends Object
implements JsonSerializer<ContextLootScoreProvider>
- Mappings:
Namespace Name official dyl$bintermediary net/minecraft/class_5664$class_5666named net/minecraft/loot/provider/score/ContextLootScoreProvider$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_32470(JsonObject jsonObject, ContextLootScoreProvider contextLootScoreProvider, JsonSerializationContext jsonSerializationContext) method_32471(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_32470
public void method_32470(JsonObject jsonObject, ContextLootScoreProvider contextLootScoreProvider, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdyl$b;a(Lcom/google/gson/JsonObject;Ldyl;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32470Lnet/minecraft/class_5664$class_5666;method_32470(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5664;Lcom/google/gson/JsonSerializationContext;)Vnamed method_32470Lnet/minecraft/loot/provider/score/ContextLootScoreProvider$Serializer;method_32470(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/score/ContextLootScoreProvider;Lcom/google/gson/JsonSerializationContext;)V
-
method_32471
public ContextLootScoreProvider method_32471(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdyl$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldyl;intermediary method_32471Lnet/minecraft/class_5664$class_5666;method_32471(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5664;named method_32471Lnet/minecraft/loot/provider/score/ContextLootScoreProvider$Serializer;method_32471(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/score/ContextLootScoreProvider;
-