Class TierShow

java.lang.Object
com.pixelmonmod.pixelmon.command.PixelCommand
com.pixelmonmod.pixelmon.command.impl.TierShow

public class TierShow extends PixelCommand
Shows a list of Pokémon in a tier.
  • Constructor Details

    • TierShow

      public TierShow(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
  • Method Details

    • getName

      public String getName()
      Overrides:
      getName in class PixelCommand
    • getUsage

      public String getUsage(net.minecraft.commands.CommandSourceStack sender)
      Overrides:
      getUsage in class PixelCommand
    • execute

      public void execute(net.minecraft.commands.CommandSourceStack sender, String[] args) throws net.minecraft.commands.CommandRuntimeException
      Overrides:
      execute in class PixelCommand
      Throws:
      net.minecraft.commands.CommandRuntimeException