Class SimpleList.Builder<T extends SimpleList.Entry<T>>

java.lang.Object
de.cheaterpaul.enchantmentmachine.client.gui.components.SimpleList.Builder<T>
Enclosing class:
SimpleList<T extends SimpleList.Entry<T>>

public static class SimpleList.Builder<T extends SimpleList.Entry<T>> extends Object
  • Field Details

    • x

      protected final int x
    • y

      protected final int y
    • pWidth

      protected final int pWidth
    • pHeight

      protected final int pHeight
    • itemHeight

      protected int itemHeight
    • components

      protected List<org.apache.commons.lang3.tuple.Pair<net.minecraft.network.chat.Component,Runnable>> components
  • Constructor Details

    • Builder

      public Builder(int x, int y, int pWidth, int pHeight)
  • Method Details