Class PokeTestCommand

java.lang.Object
com.pixelmonmod.pixelmon.command.impl.party.PokeTestCommand

public class PokeTestCommand extends Object
The /poketest command verifies that a Pokémon in a player's party matches the given PokemonSpecification.

Examples usages:

If one of the six Pokémon on a player's team was a shiny Pikachu, this would output that the "pikachu shiny" spec was correct:

     "/poketest @s pikachu shiny"
 

If the 4th Pokémon on a player's team was a shiny Pikachu, this would output that the spec was correct:

     "/poketest @s 4 pikachu shiny"
 
  • Constructor Details

    • PokeTestCommand

      public PokeTestCommand(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)