java.lang.Object
com.stardevllc.starcore.api.ui.gui.Slot

public class Slot extends Object
  • Field Details

    • row

      protected final int row
    • column

      protected final int column
    • character

      protected char character
    • element

      protected Element element
  • Constructor Details

    • Slot

      public Slot(int row, int column)
    • Slot

      public Slot(int row, int column, char character)
  • Method Details

    • setCharacter

      public void setCharacter(char character)
    • getCharacter

      public char getCharacter()
    • getElement

      public Element getElement()
    • setElement

      public void setElement(Element element)
    • getRow

      public int getRow()
    • getColumn

      public int getColumn()