Package net.thewinnt.cutscenes.command
Class CutsceneCommand
java.lang.Object
net.thewinnt.cutscenes.command.CutsceneCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypestatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypestatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypestatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypestatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypestatic final com.mojang.brigadier.suggestion.SuggestionProvider<net.minecraft.commands.CommandSourceStack> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
-
Field Details
-
PLAYER_ALREADY_IN_CUTSCENE
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType PLAYER_ALREADY_IN_CUTSCENE -
PLAYER_NOT_IN_CUTSCENE
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType PLAYER_NOT_IN_CUTSCENE -
MISSING_RUNNER
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType MISSING_RUNNER -
NO_PREVIEW
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_PREVIEW -
NO_CUTSCENE
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType NO_CUTSCENE -
SUGGEST_CUTSCENES
public static final com.mojang.brigadier.suggestion.SuggestionProvider<net.minecraft.commands.CommandSourceStack> SUGGEST_CUTSCENES
-
-
Constructor Details
-
CutsceneCommand
public CutsceneCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
-