Class QuestCommands

java.lang.Object
com.ryankshah.questapi.command.QuestCommands

public final class QuestCommands extends Object
Development-only debug commands for exercising the quest lifecycle without playing through it. Only registered when dev=true - never exposed to production servers.
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)