java.lang.Object
com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
All Implemented Interfaces:
SurvivalTab
Direct Known Subclasses:
DayCareTab

public class SimpleSurvivalTab extends Object implements SurvivalTab
  • Field Details

    • imageWidth

      protected int imageWidth
    • imageHeight

      protected int imageHeight
    • buttons

      protected final List<net.minecraft.client.gui.components.events.GuiEventListener> buttons
    • minecraft

      protected final net.minecraft.client.Minecraft minecraft
  • Constructor Details

    • SimpleSurvivalTab

      public SimpleSurvivalTab(int id, int column, boolean topRow, boolean alignedRight, net.minecraft.world.item.ItemStack iconItem)
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface SurvivalTab
    • getColumn

      public int getColumn()
      Specified by:
      getColumn in interface SurvivalTab
    • isTopRow

      public boolean isTopRow()
      Specified by:
      isTopRow in interface SurvivalTab
    • isAlignedRight

      public boolean isAlignedRight()
      Specified by:
      isAlignedRight in interface SurvivalTab
    • getIconItem

      public net.minecraft.world.item.ItemStack getIconItem()
      Specified by:
      getIconItem in interface SurvivalTab
    • addRenderableWidget

      protected void addRenderableWidget(net.minecraft.client.gui.components.Button button)
    • getWidth

      protected int getWidth()
    • getHeight

      protected int getHeight()
    • getGuiLeft

      protected int getGuiLeft()
    • getGuiTop

      protected int getGuiTop()