Class SelectableState
java.lang.Object
com.pixelmonmod.api.client.screen.widget.state.SelectableState
- All Implemented Interfaces:
CustomState
- Direct Known Subclasses:
PokemonSlot.RaidState
-
Field Summary
Fields inherited from interface com.pixelmonmod.api.client.screen.widget.state.CustomState
NONE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pixelmonmod.api.client.screen.widget.state.CustomState
cast
-
Constructor Details
-
SelectableState
public SelectableState() -
SelectableState
public SelectableState(boolean selected)
-
-
Method Details
-
select
public void select() -
unselect
public void unselect() -
selected
public void selected(boolean selected) -
selected
public boolean selected()
-