Class StageCommand
java.lang.Object
de.luckymcdev.foundryengine.server.command.builtin.StageCommand
- All Implemented Interfaces:
EngineCommand
Command to modify stages. See
GameStageHandler-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> build(net.minecraft.commands.CommandBuildContext buildContext) Define the command structure here.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineCommand
getPlayer, is, isAdmin, isGamemaster, isModerator, isOwner, sendFailure, sendInfo, sendSuccess
-
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:EngineCommandDefine the command structure here.- Specified by:
buildin interfaceEngineCommand
-