Class WikiCommandStrategy

java.lang.Object
com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
Direct Known Subclasses:
DayCareStrategy, EvolutionStrategy, FormsPaletteStrategy, MainStrategy, MovesStrategy, SpawningStrategy

public abstract class WikiCommandStrategy extends Object
  • Field Details

  • Constructor Details

    • WikiCommandStrategy

      public WikiCommandStrategy(String... ids)
    • WikiCommandStrategy

      public WikiCommandStrategy(Set<String> ids)
  • Method Details

    • execute

      public abstract void execute(net.minecraft.commands.CommandSourceStack sender, Pokemon pokemon, String[] args)
    • getBanner

      public Optional<net.minecraft.network.chat.Component> getBanner(net.minecraft.commands.CommandSourceStack sender, Pokemon pokemon, String[] args)
    • matches

      public boolean matches(String strategyId)
    • getPriority

      public int getPriority()