java.lang.Object
io.github.thecsdev.tcdcommons.api.client.gui.layout.UILayout
io.github.thecsdev.tcdcommons.api.client.gui.layout.UITableLayout

public class UITableLayout extends UILayout
  • Field Details

    • columnCount

      protected int columnCount
    • cellPadding

      protected int cellPadding
  • Constructor Details

    • UITableLayout

      public UITableLayout(int columns)
    • UITableLayout

      public UITableLayout(int columns, int padding)
  • Method Details