Class BookEditScreen.Line

java.lang.Object
net.minecraft.client.gui.screen.ingame.BookEditScreen.Line
Enclosing class:
BookEditScreen

@Environment(CLIENT)
static class BookEditScreen.Line
extends Object
  • Field Details

    • style

      private final Style style
    • content

      private final String content
    • text

      private final Text text
    • x

      private final int x
    • y

      private final int y
  • Constructor Details

    • Line

      public Line​(Style style, String content, int x, int y)