Class OpponentInfo

java.lang.Object
com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo

public class OpponentInfo extends Object
Information about opponent Pokémon that is slowly revealed over the course of a battle.
  • Field Details

    • species

      public Species species
    • gender

      public Gender gender
    • form

      public int form
    • specialTexture

      public int specialTexture
    • lastSeenHealthPercentage

      public float lastSeenHealthPercentage
    • seenMoves

      public String[] seenMoves
    • ability

      public String ability
    • heldItem

      public String heldItem
  • Constructor Details

    • OpponentInfo

      public OpponentInfo()