Package net.minecraft.loot.context
Class LootContext.EntityTarget.Serializer
java.lang.Object
com.google.gson.TypeAdapter<LootContext.EntityTarget>
net.minecraft.loot.context.LootContext.EntityTarget.Serializer
- Enclosing class:
LootContext.EntityTarget
public static class LootContext.EntityTarget.Serializer
extends com.google.gson.TypeAdapter<LootContext.EntityTarget>
- Mappings:
Namespace Name official dxb$c$aintermediary net/minecraft/class_47$class_50$class_51named net/minecraft/loot/context/LootContext$EntityTarget$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.google.gson.stream.JsonReader jsonReader) voidwrite(com.google.gson.stream.JsonWriter jsonWriter, LootContext.EntityTarget entityTarget) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, LootContext.EntityTarget entityTarget) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<LootContext.EntityTarget>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLdxb$c$a;a(Lcom/google/gson/stream/JsonWriter;Ldxb$c;)Vintermediary method_318Lnet/minecraft/class_47$class_50$class_51;method_318(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/class_47$class_50;)Vnamed writeLnet/minecraft/loot/context/LootContext$EntityTarget$Serializer;write(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/loot/context/LootContext$EntityTarget;)V
-
read
public LootContext.EntityTarget read(com.google.gson.stream.JsonReader jsonReader) throws IOException - Specified by:
readin classcom.google.gson.TypeAdapter<LootContext.EntityTarget>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLdxb$c$a;a(Lcom/google/gson/stream/JsonReader;)Ldxb$c;intermediary method_317Lnet/minecraft/class_47$class_50$class_51;method_317(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/class_47$class_50;named readLnet/minecraft/loot/context/LootContext$EntityTarget$Serializer;read(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/loot/context/LootContext$EntityTarget;
-