Class Slot
java.lang.Object
com.stardevllc.starcore.api.ui.gui.Slot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharintintgetRow()voidsetCharacter(char character) voidsetElement(Element element)
-
Field Details
-
row
protected final int row -
column
protected final int column -
character
protected char character -
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
-
setElement
-
getRow
public int getRow() -
getColumn
public int getColumn()
-