Class Identifier.class_3346

java.lang.Object
net.minecraft.util.Identifier.class_3346
All Implemented Interfaces:
JsonDeserializer<Identifier>, JsonSerializer<Identifier>
Enclosing class:
Identifier

public static class Identifier.class_3346 extends Object implements JsonDeserializer<Identifier>, JsonSerializer<Identifier>
Mappings:
Namespace Name
official pc$a
intermediary net/minecraft/class_1653$class_3346
named net/minecraft/util/Identifier$class_3346
  • Constructor Details

    • class_3346

      public class_3346()
  • Method Details

    • deserialize

      public Identifier deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) throws JsonParseException
      Specified by:
      deserialize in interface JsonDeserializer<Identifier>
      Throws:
      JsonParseException
      Mappings:
      Namespace Name Mixin selector
      official a Lpc$a;a(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lpc;
      intermediary method_14915 Lnet/minecraft/class_1653$class_3346;method_14915(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_1653;
      named deserialize Lnet/minecraft/util/Identifier$class_3346;deserialize(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/util/Identifier;
    • serialize

      public JsonElement serialize(Identifier identifier, Type type, JsonSerializationContext jsonSerializationContext)
      Specified by:
      serialize in interface JsonSerializer<Identifier>
      Mappings:
      Namespace Name Mixin selector
      official a Lpc$a;a(Lpc;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
      intermediary method_14916 Lnet/minecraft/class_1653$class_3346;method_14916(Lnet/minecraft/class_1653;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
      named serialize Lnet/minecraft/util/Identifier$class_3346;serialize(Lnet/minecraft/util/Identifier;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;