Class SelectionPokemonUI
java.lang.Object
com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
-
Constructor Summary
ConstructorDescriptionSelectionPokemonUI
(int leftOffset, int topOffset, Pokemon pokemon) Creates a pokemon ui. -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
drawPokemon, drawPokemon, isMouseOver
-
Constructor Details
-
SelectionPokemonUI
Creates 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
-
isSelected
public boolean isSelected() -
setSelected
public void setSelected(boolean selected)
-