Class PacketMapsCommand.ScreenCommand.PlayGifCommand

    • Constructor Summary

      Constructors 
      Constructor Description
      PlayGifCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleFile​(org.bukkit.entity.Player player, int screenId, java.lang.String path)  
      void handleUrl​(org.bukkit.entity.Player player, int screenId, java.lang.String url)  
      • Methods inherited from class co.aikar.commands.BaseCommand

        canExecute, doHelp, doHelp, getCommandHelp, getContextFlags, getCurrentCommandIssuer, getCurrentCommandManager, getDefaultRegisteredCommand, getExceptionHandler, getExecCommandLabel, getExecSubcommand, getLastCommandOperationContext, getName, getOrigArgs, getRegisteredCommands, getRequiredPermissions, getSubCommands, hasPermission, hasPermission, help, help, requiresPermission, setContextFlags, setExceptionHandler, showCommandHelp, showSyntax, tabComplete, tabComplete
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlayGifCommand

        public PlayGifCommand()
    • Method Detail

      • handleFile

        public void handleFile​(org.bukkit.entity.Player player,
                               int screenId,
                               java.lang.String path)
      • handleUrl

        public void handleUrl​(org.bukkit.entity.Player player,
                              int screenId,
                              java.lang.String url)