java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
All Implemented Interfaces:
Ability, RarityTweak, ITranslatable

public class ComingSoon extends AbstractAbility
Placeholder for unimplemented Abilities. Also serves as a null object pattern.
  • Field Details

    • noAbility

      public static ComingSoon noAbility
      The null object reference to this Ability.
  • Constructor Details

    • ComingSoon

      public ComingSoon(String truAbility)
      Initializes the Ability as a placeholder for an unimplemented Ability.
      Parameters:
      truAbility - The name of the unimplemented Ability to represent with this placeholder.
    • ComingSoon

      public ComingSoon()
  • Method Details

    • getTrueAbility

      public String getTrueAbility()
      Gets the name of the unimplemented Ability represented by this placeholder.
      Returns:
      The name of the unimplemented Ability represented by this placeholder.