Class RealmsText

java.lang.Object
com.mojang.realmsclient.dto.RealmsText

public class RealmsText extends Object
  • Field Details

  • Constructor Details

    • RealmsText

      private RealmsText(String translationKey, String @Nullable [] args)
  • Method Details

    • createComponent

      public Component createComponent(Component fallback)
    • createComponent

      public @Nullable Component createComponent()
    • parse

      public static RealmsText parse(com.google.gson.JsonObject jsonObject)
    • toString

      public String toString()
      Overrides:
      toString in class Object