Class DialogueCommand

java.lang.Object
de.luckymcdev.foundryengine.server.command.builtin.DialogueCommand
All Implemented Interfaces:
EngineCommand

public class DialogueCommand extends Object implements EngineCommand
/engine dialogue — controls the dialogue system.

Gamemaster subcommands: start, list, end <player>. Player subcommands (no permission check): next, end, select <index>.

  • Constructor Details

    • DialogueCommand

      public DialogueCommand()
  • Method Details

    • build

      public com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> build(net.minecraft.commands.CommandBuildContext buildContext)
      Description copied from interface: EngineCommand
      Define the command structure here.
      Specified by:
      build in interface EngineCommand