Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
Style |
deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
private static ClickEvent |
getClickEvent(com.google.gson.JsonObject p_240735_0_) |
private static ResourceLocation |
getFont(com.google.gson.JsonObject p_240732_0_) |
private static HoverEvent |
getHoverEvent(com.google.gson.JsonObject p_240734_0_) |
private static java.lang.String |
getInsertion(com.google.gson.JsonObject p_240736_0_) |
private static java.lang.Boolean |
getOptionalFlag(com.google.gson.JsonObject p_240733_0_,
java.lang.String p_240733_1_) |
private static Color |
getTextColor(com.google.gson.JsonObject p_240737_0_) |
com.google.gson.JsonElement |
serialize(Style p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |
@Nullable public Style deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) throws com.google.gson.JsonParseException
deserialize
in interface com.google.gson.JsonDeserializer<Style>
com.google.gson.JsonParseException
@Nullable private static ResourceLocation getFont(com.google.gson.JsonObject p_240732_0_)
@Nullable private static HoverEvent getHoverEvent(com.google.gson.JsonObject p_240734_0_)
@Nullable private static ClickEvent getClickEvent(com.google.gson.JsonObject p_240735_0_)
@Nullable private static java.lang.String getInsertion(com.google.gson.JsonObject p_240736_0_)
@Nullable private static Color getTextColor(com.google.gson.JsonObject p_240737_0_)
@Nullable private static java.lang.Boolean getOptionalFlag(com.google.gson.JsonObject p_240733_0_, java.lang.String p_240733_1_)