Package net.minecraft.text
Class Text.Serialization
java.lang.Object
net.minecraft.text.Text.Serialization
- Enclosing interface:
Text
- Mappings:
Namespace Name official vf$aintermediary net/minecraft/class_2561$class_2562named net/minecraft/text/Text$Serialization
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static MutableTextfromJson(JsonElement json) static @Nullable MutableTextstatic @Nullable MutableTextfromJsonTree(@Nullable JsonElement json) static @Nullable MutableTextfromLenientJson(String json) (package private) static JsonElementstatic StringtoJsonString(Text text) static JsonElementtoJsonTree(Text text)
-
Field Details
-
GSON
- Mappings:
Namespace Name Mixin selector official aLvf$a;a:Lcom/google/gson/Gson;intermediary field_11754Lnet/minecraft/class_2561$class_2562;field_11754:Lcom/google/gson/Gson;named GSONLnet/minecraft/text/Text$Serialization;GSON:Lcom/google/gson/Gson;
-
-
Constructor Details
-
Serialization
private Serialization()
-
-
Method Details
-
fromJson
- Mappings:
Namespace Name Mixin selector official bLvf$a;b(Lcom/google/gson/JsonElement;)Lvt;intermediary method_10871Lnet/minecraft/class_2561$class_2562;method_10871(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_5250;named fromJsonLnet/minecraft/text/Text$Serialization;fromJson(Lcom/google/gson/JsonElement;)Lnet/minecraft/text/MutableText;
-
toJson
- Mappings:
Namespace Name Mixin selector official cLvf$a;c(Lvf;)Lcom/google/gson/JsonElement;intermediary method_10874Lnet/minecraft/class_2561$class_2562;method_10874(Lnet/minecraft/class_2561;)Lcom/google/gson/JsonElement;named toJsonLnet/minecraft/text/Text$Serialization;toJson(Lnet/minecraft/text/Text;)Lcom/google/gson/JsonElement;
-
toJsonString
- Mappings:
Namespace Name Mixin selector official aLvf$a;a(Lvf;)Ljava/lang/String;intermediary method_10867Lnet/minecraft/class_2561$class_2562;method_10867(Lnet/minecraft/class_2561;)Ljava/lang/String;named toJsonStringLnet/minecraft/text/Text$Serialization;toJsonString(Lnet/minecraft/text/Text;)Ljava/lang/String;
-
toJsonTree
- Mappings:
Namespace Name Mixin selector official bLvf$a;b(Lvf;)Lcom/google/gson/JsonElement;intermediary method_10868Lnet/minecraft/class_2561$class_2562;method_10868(Lnet/minecraft/class_2561;)Lcom/google/gson/JsonElement;named toJsonTreeLnet/minecraft/text/Text$Serialization;toJsonTree(Lnet/minecraft/text/Text;)Lcom/google/gson/JsonElement;
-
fromJson
- Mappings:
Namespace Name Mixin selector official aLvf$a;a(Ljava/lang/String;)Lvt;intermediary method_10877Lnet/minecraft/class_2561$class_2562;method_10877(Ljava/lang/String;)Lnet/minecraft/class_5250;named fromJsonLnet/minecraft/text/Text$Serialization;fromJson(Ljava/lang/String;)Lnet/minecraft/text/MutableText;
-
fromJsonTree
- Mappings:
Namespace Name Mixin selector official aLvf$a;a(Lcom/google/gson/JsonElement;)Lvt;intermediary method_10872Lnet/minecraft/class_2561$class_2562;method_10872(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_5250;named fromJsonTreeLnet/minecraft/text/Text$Serialization;fromJsonTree(Lcom/google/gson/JsonElement;)Lnet/minecraft/text/MutableText;
-
fromLenientJson
- Mappings:
Namespace Name Mixin selector official bLvf$a;b(Ljava/lang/String;)Lvt;intermediary method_10873Lnet/minecraft/class_2561$class_2562;method_10873(Ljava/lang/String;)Lnet/minecraft/class_5250;named fromLenientJsonLnet/minecraft/text/Text$Serialization;fromLenientJson(Ljava/lang/String;)Lnet/minecraft/text/MutableText;
-