Class CutsceneCommand

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

public class CutsceneCommand extends Object implements EngineCommand
  • Constructor Details

    • CutsceneCommand

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