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.
    • canBeRoleplayed

      public boolean canBeRoleplayed()
      Description copied from interface: Ability
      Returns whether the ability can be copied via Roleplay.
      Returns:
      Whether the ability can be copied.
    • canBeReceived

      public boolean canBeReceived()
      Description copied from interface: Ability
      Returns whether the ability can be copied from an ally via Receiver.
      Returns:
      Whether the ability can be Received from an ally.
    • canBeEntrained

      public boolean canBeEntrained()
      Description copied from interface: Ability
      Returns whether the ability can be transferred via Entrainment.
      Returns:
      Whether the ability can be set on opponent.
    • canBeTraced

      public boolean canBeTraced()
      Description copied from interface: Ability
      Returns whether the ability can be copied via Trace.
      Returns:
      Whether the ability can be Traced.
    • canBeSwapped

      public boolean canBeSwapped()
      Description copied from interface: Ability
      Returns whether the ability can be part of a Skill Swap exchange.
      Returns:
      Whether the ability can be swapped.