java.lang.Object
com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI

public class SelectionPokemonUI extends PokemonUI
  • Constructor Details

    • SelectionPokemonUI

      public SelectionPokemonUI(int leftOffset, int topOffset, Pokemon pokemon)
      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

      public Pokemon getPokemon()
    • isSelected

      public boolean isSelected()
    • setSelected

      public void setSelected(boolean selected)