Class RealmsLabel

java.lang.Object
net.minecraft.realms.RealmsLabel
All Implemented Interfaces:
Widget

public class RealmsLabel extends Object implements Widget
  • Field Details

    • text

      private final Component text
    • x

      private final int x
    • y

      private final int y
    • color

      private final int color
  • Constructor Details

    • RealmsLabel

      public RealmsLabel(Component p_120736_, int p_120737_, int p_120738_, int p_120739_)
  • Method Details

    • render

      public void render(PoseStack p_175036_, int p_175037_, int p_175038_, float p_175039_)
      Specified by:
      render in interface Widget
    • getText

      public Component getText()