Class PCFilter

java.lang.Object
com.pixelmonmod.pixelmon.client.gui.pc.PCFilter

public class PCFilter extends Object
  • Field Details

    • successColor

      protected final Color successColor
    • failureColor

      protected final Color failureColor
    • boxSuccessColor

      protected final Color boxSuccessColor
    • boxFailureColor

      protected final Color boxFailureColor
    • boxesWithPasses

      protected final Set<Integer> boxesWithPasses
    • spec

      protected PokemonSpecification spec
    • ps

      protected PokemonScreen ps
  • Constructor Details

  • Method Details

    • setSpec

      public void setSpec(PokemonSpecification spec)
    • test

      public boolean test(Pokemon pokemon)
    • getColor

      public Color getColor(Pokemon pokemon)
    • testBox

      public boolean testBox(int boxIndex)
    • getBoxColor

      public Color getBoxColor(int boxIndex)