Class SelectionPokemonUI
java.lang.Object
com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
- 
Constructor SummaryConstructorsConstructorDescriptionSelectionPokemonUI(int leftOffset, int topOffset, Pokemon pokemon) Creates a pokemon ui.
- 
Method SummaryMethods inherited from class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUIdrawPokemon, drawPokemon, isMouseOver
- 
Constructor Details- 
SelectionPokemonUICreates a pokemon ui.- Parameters:
- leftOffset- The x offset of the button from the left of the screen.
- topOffset- The y offset of the button from the top of the screen.
- pokemon-
 
 
- 
- 
Method Details- 
getPokemon
- 
isSelectedpublic boolean isSelected()
- 
setSelectedpublic void setSelected(boolean selected) 
 
-