Class CutsceneCommand

java.lang.Object
net.thewinnt.cutscenes.command.CutsceneCommand

public class CutsceneCommand extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
     
    static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
     
    static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
     
    static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
     
    static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
     
    static final com.mojang.brigadier.suggestion.SuggestionProvider<net.minecraft.commands.CommandSourceStack>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)