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

java.lang.Object
de.cheaterpaul.enchantmentmachine.client.gui.components.ContainerList.Builder<T>
Enclosing class:
ContainerList<T extends net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<T>>

public static class ContainerList.Builder<T extends ContainerList.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
  • Constructor Details

    • Builder

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