zombie.gameStates
Class CharacterCreationState.SelectSlot
java.lang.Object
zombie.gameStates.CharacterCreationState.SelectSlot
- All Implemented Interfaces:
- IListBoxItem
- Enclosing class:
- CharacterCreationState
public static class CharacterCreationState.SelectSlot
- extends java.lang.Object
- implements IListBoxItem
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public int ID
data
public int data
name
public java.lang.String name
description
public java.lang.String description
CharacterCreationState.SelectSlot
public CharacterCreationState.SelectSlot(int id,
int data,
java.lang.String name,
java.lang.String desc)
getID
public int getID()
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface IListBoxItem
getLeftLabel
public java.lang.String getLeftLabel()
- Specified by:
getLeftLabel
in interface IListBoxItem
getRightLabel
public java.lang.String getRightLabel()
- Specified by:
getRightLabel
in interface IListBoxItem
getDescription
public java.lang.String getDescription()