Class SetStageCommand

java.lang.Object
com.pixelmonmod.pixelmon.command.PixelCommand
com.pixelmonmod.pixelmon.command.impl.quests.SetStageCommand

public class SetStageCommand extends PixelCommand
Set a quest's stage.
  • Constructor Details

    • SetStageCommand

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

    • execute

      public void execute(net.minecraft.commands.CommandSourceStack sender, String[] args) throws net.minecraft.commands.CommandRuntimeException, com.mojang.brigadier.exceptions.CommandSyntaxException
      Overrides:
      execute in class PixelCommand
      Throws:
      net.minecraft.commands.CommandRuntimeException
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getTabCompletions

      public List<String> getTabCompletions(net.minecraft.server.MinecraftServer server, net.minecraft.commands.CommandSourceStack sender, String[] args, net.minecraft.core.BlockPos pos)
      Overrides:
      getTabCompletions in class PixelCommand