Class JsonReaderUtils

java.lang.Object
net.minecraft.util.JsonReaderUtils

public class JsonReaderUtils extends Object
Mappings:
Namespace Name
official dw
intermediary net/minecraft/class_9010
named net/minecraft/util/JsonReaderUtils
  • Field Details

    • POS

      private static final Field POS
      Mappings:
      Namespace Name Mixin selector
      official a Ldw;a:Ljava/lang/reflect/Field;
      intermediary field_47525 Lnet/minecraft/class_9010;field_47525:Ljava/lang/reflect/Field;
      named POS Lnet/minecraft/util/JsonReaderUtils;POS:Ljava/lang/reflect/Field;
    • LINE_START

      private static final Field LINE_START
      Mappings:
      Namespace Name Mixin selector
      official b Ldw;b:Ljava/lang/reflect/Field;
      intermediary field_47526 Lnet/minecraft/class_9010;field_47526:Ljava/lang/reflect/Field;
      named LINE_START Lnet/minecraft/util/JsonReaderUtils;LINE_START:Ljava/lang/reflect/Field;
  • Constructor Details

    • JsonReaderUtils

      public JsonReaderUtils()
  • Method Details

    • getPos

      private static int getPos(JsonReader jsonReader)
      Mappings:
      Namespace Name Mixin selector
      official a Ldw;a(Lcom/google/gson/stream/JsonReader;)I
      intermediary method_55376 Lnet/minecraft/class_9010;method_55376(Lcom/google/gson/stream/JsonReader;)I
      named getPos Lnet/minecraft/util/JsonReaderUtils;getPos(Lcom/google/gson/stream/JsonReader;)I
    • parse

      public static <T> T parse(com.mojang.brigadier.StringReader stringReader, com.mojang.serialization.Codec<T> codec)
      Mappings:
      Namespace Name Mixin selector
      official a Ldw;a(Lcom/mojang/brigadier/StringReader;Lcom/mojang/serialization/Codec;)Ljava/lang/Object;
      intermediary method_55377 Lnet/minecraft/class_9010;method_55377(Lcom/mojang/brigadier/StringReader;Lcom/mojang/serialization/Codec;)Ljava/lang/Object;
      named parse Lnet/minecraft/util/JsonReaderUtils;parse(Lcom/mojang/brigadier/StringReader;Lcom/mojang/serialization/Codec;)Ljava/lang/Object;