Class StageCommand

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

public class StageCommand extends Object implements EngineCommand
Command to modify stages. See GameStageHandler
  • Constructor Details

    • StageCommand

      public StageCommand()
  • 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