From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/command/CommandBase.html | 790 --------------------- .../minecraft/command/CommandClearInventory.html | 370 ---------- javadoc/net/minecraft/command/CommandDebug.html | 336 --------- .../minecraft/command/CommandDefaultGameMode.html | 341 --------- .../net/minecraft/command/CommandDifficulty.html | 351 --------- javadoc/net/minecraft/command/CommandEffect.html | 370 ---------- javadoc/net/minecraft/command/CommandEnchant.html | 370 ---------- .../net/minecraft/command/CommandException.html | 287 -------- javadoc/net/minecraft/command/CommandGameMode.html | 389 ---------- javadoc/net/minecraft/command/CommandGameRule.html | 336 --------- javadoc/net/minecraft/command/CommandGive.html | 370 ---------- javadoc/net/minecraft/command/CommandHandler.html | 335 --------- javadoc/net/minecraft/command/CommandHelp.html | 360 ---------- javadoc/net/minecraft/command/CommandKill.html | 315 -------- .../command/CommandNotFoundException.html | 279 -------- .../net/minecraft/command/CommandPlaySound.html | 336 --------- .../net/minecraft/command/CommandServerKick.html | 336 --------- .../minecraft/command/CommandSetPlayerTimeout.html | 315 -------- .../minecraft/command/CommandSetSpawnpoint.html | 357 ---------- javadoc/net/minecraft/command/CommandShowSeed.html | 334 --------- .../minecraft/command/CommandSpreadPlayers.html | 315 -------- javadoc/net/minecraft/command/CommandTime.html | 366 ---------- .../minecraft/command/CommandToggleDownfall.html | 328 --------- javadoc/net/minecraft/command/CommandWeather.html | 336 --------- javadoc/net/minecraft/command/CommandXP.html | 370 ---------- javadoc/net/minecraft/command/IAdminCommand.html | 216 ------ javadoc/net/minecraft/command/ICommand.html | 304 -------- javadoc/net/minecraft/command/ICommandManager.html | 251 ------- javadoc/net/minecraft/command/ICommandSender.html | 275 ------- .../command/IEntitySelector.ArmoredMob.html | 297 -------- javadoc/net/minecraft/command/IEntitySelector.html | 289 -------- .../minecraft/command/NumberInvalidException.html | 279 -------- .../minecraft/command/PlayerNotFoundException.html | 279 -------- javadoc/net/minecraft/command/PlayerSelector.html | 340 --------- javadoc/net/minecraft/command/ServerCommand.html | 277 -------- .../minecraft/command/ServerCommandManager.html | 283 -------- .../minecraft/command/SyntaxErrorException.html | 283 -------- .../net/minecraft/command/WrongUsageException.html | 272 ------- javadoc/net/minecraft/command/package-frame.html | 62 -- javadoc/net/minecraft/command/package-summary.html | 301 -------- javadoc/net/minecraft/command/package-tree.html | 197 ----- .../command/server/CommandAchievement.html | 357 ---------- .../net/minecraft/command/server/CommandBanIp.html | 408 ----------- .../minecraft/command/server/CommandBanPlayer.html | 355 --------- .../command/server/CommandBlockLogic.html | 479 ------------- .../minecraft/command/server/CommandBroadcast.html | 336 --------- .../net/minecraft/command/server/CommandDeOp.html | 336 --------- .../net/minecraft/command/server/CommandEmote.html | 336 --------- .../minecraft/command/server/CommandListBans.html | 355 --------- .../command/server/CommandListPlayers.html | 315 -------- .../minecraft/command/server/CommandMessage.html | 376 ---------- .../command/server/CommandMessageRaw.html | 357 ---------- .../minecraft/command/server/CommandNetstat.html | 315 -------- .../net/minecraft/command/server/CommandOp.html | 336 --------- .../minecraft/command/server/CommandPardonIp.html | 355 --------- .../command/server/CommandPardonPlayer.html | 355 --------- .../command/server/CommandPublishLocalServer.html | 298 -------- .../minecraft/command/server/CommandSaveAll.html | 298 -------- .../minecraft/command/server/CommandSaveOff.html | 298 -------- .../minecraft/command/server/CommandSaveOn.html | 298 -------- .../command/server/CommandScoreboard.html | 643 ----------------- .../minecraft/command/server/CommandSetBlock.html | 336 --------- .../server/CommandSetDefaultSpawnpoint.html | 315 -------- .../net/minecraft/command/server/CommandStop.html | 298 -------- .../minecraft/command/server/CommandSummon.html | 349 --------- .../minecraft/command/server/CommandTeleport.html | 357 ---------- .../minecraft/command/server/CommandTestFor.html | 336 --------- .../command/server/CommandTestForBlock.html | 351 --------- .../minecraft/command/server/CommandWhitelist.html | 336 --------- .../minecraft/command/server/package-frame.html | 46 -- .../minecraft/command/server/package-summary.html | 239 ------- .../net/minecraft/command/server/package-tree.html | 157 ---- 72 files changed, 23523 deletions(-) delete mode 100644 javadoc/net/minecraft/command/CommandBase.html delete mode 100644 javadoc/net/minecraft/command/CommandClearInventory.html delete mode 100644 javadoc/net/minecraft/command/CommandDebug.html delete mode 100644 javadoc/net/minecraft/command/CommandDefaultGameMode.html delete mode 100644 javadoc/net/minecraft/command/CommandDifficulty.html delete mode 100644 javadoc/net/minecraft/command/CommandEffect.html delete mode 100644 javadoc/net/minecraft/command/CommandEnchant.html delete mode 100644 javadoc/net/minecraft/command/CommandException.html delete mode 100644 javadoc/net/minecraft/command/CommandGameMode.html delete mode 100644 javadoc/net/minecraft/command/CommandGameRule.html delete mode 100644 javadoc/net/minecraft/command/CommandGive.html delete mode 100644 javadoc/net/minecraft/command/CommandHandler.html delete mode 100644 javadoc/net/minecraft/command/CommandHelp.html delete mode 100644 javadoc/net/minecraft/command/CommandKill.html delete mode 100644 javadoc/net/minecraft/command/CommandNotFoundException.html delete mode 100644 javadoc/net/minecraft/command/CommandPlaySound.html delete mode 100644 javadoc/net/minecraft/command/CommandServerKick.html delete mode 100644 javadoc/net/minecraft/command/CommandSetPlayerTimeout.html delete mode 100644 javadoc/net/minecraft/command/CommandSetSpawnpoint.html delete mode 100644 javadoc/net/minecraft/command/CommandShowSeed.html delete mode 100644 javadoc/net/minecraft/command/CommandSpreadPlayers.html delete mode 100644 javadoc/net/minecraft/command/CommandTime.html delete mode 100644 javadoc/net/minecraft/command/CommandToggleDownfall.html delete mode 100644 javadoc/net/minecraft/command/CommandWeather.html delete mode 100644 javadoc/net/minecraft/command/CommandXP.html delete mode 100644 javadoc/net/minecraft/command/IAdminCommand.html delete mode 100644 javadoc/net/minecraft/command/ICommand.html delete mode 100644 javadoc/net/minecraft/command/ICommandManager.html delete mode 100644 javadoc/net/minecraft/command/ICommandSender.html delete mode 100644 javadoc/net/minecraft/command/IEntitySelector.ArmoredMob.html delete mode 100644 javadoc/net/minecraft/command/IEntitySelector.html delete mode 100644 javadoc/net/minecraft/command/NumberInvalidException.html delete mode 100644 javadoc/net/minecraft/command/PlayerNotFoundException.html delete mode 100644 javadoc/net/minecraft/command/PlayerSelector.html delete mode 100644 javadoc/net/minecraft/command/ServerCommand.html delete mode 100644 javadoc/net/minecraft/command/ServerCommandManager.html delete mode 100644 javadoc/net/minecraft/command/SyntaxErrorException.html delete mode 100644 javadoc/net/minecraft/command/WrongUsageException.html delete mode 100644 javadoc/net/minecraft/command/package-frame.html delete mode 100644 javadoc/net/minecraft/command/package-summary.html delete mode 100644 javadoc/net/minecraft/command/package-tree.html delete mode 100644 javadoc/net/minecraft/command/server/CommandAchievement.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBanIp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBanPlayer.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBlockLogic.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBroadcast.html delete mode 100644 javadoc/net/minecraft/command/server/CommandDeOp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandEmote.html delete mode 100644 javadoc/net/minecraft/command/server/CommandListBans.html delete mode 100644 javadoc/net/minecraft/command/server/CommandListPlayers.html delete mode 100644 javadoc/net/minecraft/command/server/CommandMessage.html delete mode 100644 javadoc/net/minecraft/command/server/CommandMessageRaw.html delete mode 100644 javadoc/net/minecraft/command/server/CommandNetstat.html delete mode 100644 javadoc/net/minecraft/command/server/CommandOp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandPardonIp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandPardonPlayer.html delete mode 100644 javadoc/net/minecraft/command/server/CommandPublishLocalServer.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSaveAll.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSaveOff.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSaveOn.html delete mode 100644 javadoc/net/minecraft/command/server/CommandScoreboard.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSetBlock.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSetDefaultSpawnpoint.html delete mode 100644 javadoc/net/minecraft/command/server/CommandStop.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSummon.html delete mode 100644 javadoc/net/minecraft/command/server/CommandTeleport.html delete mode 100644 javadoc/net/minecraft/command/server/CommandTestFor.html delete mode 100644 javadoc/net/minecraft/command/server/CommandTestForBlock.html delete mode 100644 javadoc/net/minecraft/command/server/CommandWhitelist.html delete mode 100644 javadoc/net/minecraft/command/server/package-frame.html delete mode 100644 javadoc/net/minecraft/command/server/package-summary.html delete mode 100644 javadoc/net/minecraft/command/server/package-tree.html (limited to 'javadoc/net/minecraft/command') diff --git a/javadoc/net/minecraft/command/CommandBase.html b/javadoc/net/minecraft/command/CommandBase.html deleted file mode 100644 index b4d7048..0000000 --- a/javadoc/net/minecraft/command/CommandBase.html +++ /dev/null @@ -1,790 +0,0 @@ - - - - - -CommandBase (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandBase

-
-
- - -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandBase

        -
        public CommandBase()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getRequiredPermissionLevel

        -
        public int getRequiredPermissionLevel()
        -
      • -
      - - - -
        -
      • -

        getCommandAliases

        -
        public java.util.List getCommandAliases()
        -
        -
        Specified by:
        -
        getCommandAliases in interface ICommand
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        parseInt

        -
        public static int parseInt(ICommandSender p_71526_0_,
        -           java.lang.String p_71526_1_)
        -
      • -
      - - - -
        -
      • -

        parseIntWithMin

        -
        public static int parseIntWithMin(ICommandSender p_71528_0_,
        -                  java.lang.String p_71528_1_,
        -                  int p_71528_2_)
        -
      • -
      - - - -
        -
      • -

        parseIntBounded

        -
        public static int parseIntBounded(ICommandSender p_71532_0_,
        -                  java.lang.String p_71532_1_,
        -                  int p_71532_2_,
        -                  int p_71532_3_)
        -
      • -
      - - - -
        -
      • -

        parseDouble

        -
        public static double parseDouble(ICommandSender p_82363_0_,
        -                 java.lang.String p_82363_1_)
        -
      • -
      - - - -
        -
      • -

        parseDoubleWithMin

        -
        public static double parseDoubleWithMin(ICommandSender p_110664_0_,
        -                        java.lang.String p_110664_1_,
        -                        double p_110664_2_)
        -
      • -
      - - - -
        -
      • -

        parseDoubleBounded

        -
        public static double parseDoubleBounded(ICommandSender p_110661_0_,
        -                        java.lang.String p_110661_1_,
        -                        double p_110661_2_,
        -                        double p_110661_4_)
        -
      • -
      - - - -
        -
      • -

        parseBoolean

        -
        public static boolean parseBoolean(ICommandSender p_110662_0_,
        -                   java.lang.String p_110662_1_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        func_96332_d

        -
        public static java.lang.String func_96332_d(ICommandSender p_96332_0_,
        -                            java.lang.String p_96332_1_)
        -
      • -
      - - - -
        -
      • -

        func_147178_a

        -
        public static IChatComponent func_147178_a(ICommandSender p_147178_0_,
        -                           java.lang.String[] p_147178_1_,
        -                           int p_147178_2_)
        -
      • -
      - - - -
        -
      • -

        func_147176_a

        -
        public static IChatComponent func_147176_a(ICommandSender p_147176_0_,
        -                           java.lang.String[] p_147176_1_,
        -                           int p_147176_2_,
        -                           boolean p_147176_3_)
        -
      • -
      - - - -
        -
      • -

        func_82360_a

        -
        public static java.lang.String func_82360_a(ICommandSender p_82360_0_,
        -                            java.lang.String[] p_82360_1_,
        -                            int p_82360_2_)
        -
      • -
      - - - -
        -
      • -

        func_110666_a

        -
        public static double func_110666_a(ICommandSender p_110666_0_,
        -                   double p_110666_1_,
        -                   java.lang.String p_110666_3_)
        -
      • -
      - - - -
        -
      • -

        func_110665_a

        -
        public static double func_110665_a(ICommandSender p_110665_0_,
        -                   double p_110665_1_,
        -                   java.lang.String p_110665_3_,
        -                   int p_110665_4_,
        -                   int p_110665_5_)
        -
      • -
      - - - -
        -
      • -

        getItemByText

        -
        public static Item getItemByText(ICommandSender p_147179_0_,
        -                 java.lang.String p_147179_1_)
        -
      • -
      - - - -
        -
      • -

        getBlockByText

        -
        public static Block getBlockByText(ICommandSender p_147180_0_,
        -                   java.lang.String p_147180_1_)
        -
      • -
      - - - -
        -
      • -

        joinNiceString

        -
        public static java.lang.String joinNiceString(java.lang.Object[] p_71527_0_)
        -
      • -
      - - - - - - - -
        -
      • -

        joinNiceStringFromCollection

        -
        public static java.lang.String joinNiceStringFromCollection(java.util.Collection p_96333_0_)
        -
      • -
      - - - -
        -
      • -

        doesStringStartWith

        -
        public static boolean doesStringStartWith(java.lang.String p_71523_0_,
        -                          java.lang.String p_71523_1_)
        -
      • -
      - - - -
        -
      • -

        getListOfStringsMatchingLastWord

        -
        public static java.util.List getListOfStringsMatchingLastWord(java.lang.String[] p_71530_0_,
        -                                              java.lang.String... p_71530_1_)
        -
      • -
      - - - -
        -
      • -

        getListOfStringsFromIterableMatchingLastWord

        -
        public static java.util.List getListOfStringsFromIterableMatchingLastWord(java.lang.String[] p_71531_0_,
        -                                                          java.lang.Iterable p_71531_1_)
        -
      • -
      - - - -
        -
      • -

        isUsernameIndex

        -
        public boolean isUsernameIndex(java.lang.String[] p_82358_1_,
        -                      int p_82358_2_)
        -
        -
        Specified by:
        -
        isUsernameIndex in interface ICommand
        -
        -
      • -
      - - - -
        -
      • -

        func_152373_a

        -
        public static void func_152373_a(ICommandSender p_152373_0_,
        -                 ICommand p_152373_1_,
        -                 java.lang.String p_152373_2_,
        -                 java.lang.Object... p_152373_3_)
        -
      • -
      - - - -
        -
      • -

        func_152374_a

        -
        public static void func_152374_a(ICommandSender p_152374_0_,
        -                 ICommand p_152374_1_,
        -                 int p_152374_2_,
        -                 java.lang.String p_152374_3_,
        -                 java.lang.Object... p_152374_4_)
        -
      • -
      - - - -
        -
      • -

        setAdminCommander

        -
        public static void setAdminCommander(IAdminCommand p_71529_0_)
        -
      • -
      - - - -
        -
      • -

        compareTo

        -
        public int compareTo(ICommand p_compareTo_1_)
        -
      • -
      - - - -
        -
      • -

        compareTo

        -
        public int compareTo(java.lang.Object p_compareTo_1_)
        -
        -
        Specified by:
        -
        compareTo in interface java.lang.Comparable
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandClearInventory.html b/javadoc/net/minecraft/command/CommandClearInventory.html deleted file mode 100644 index 8e5cdbb..0000000 --- a/javadoc/net/minecraft/command/CommandClearInventory.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -CommandClearInventory (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandClearInventory

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandClearInventory
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandClearInventory

        -
        public CommandClearInventory()
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandDebug.html b/javadoc/net/minecraft/command/CommandDebug.html deleted file mode 100644 index 067dbab..0000000 --- a/javadoc/net/minecraft/command/CommandDebug.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandDebug (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandDebug

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandDebug
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandDefaultGameMode.html b/javadoc/net/minecraft/command/CommandDefaultGameMode.html deleted file mode 100644 index 3bfb060..0000000 --- a/javadoc/net/minecraft/command/CommandDefaultGameMode.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - -CommandDefaultGameMode (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandDefaultGameMode

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandDefaultGameMode
    -extends CommandGameMode
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandDifficulty.html b/javadoc/net/minecraft/command/CommandDifficulty.html deleted file mode 100644 index e08952e..0000000 --- a/javadoc/net/minecraft/command/CommandDifficulty.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CommandDifficulty (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandDifficulty

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandDifficulty
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandEffect.html b/javadoc/net/minecraft/command/CommandEffect.html deleted file mode 100644 index 1260989..0000000 --- a/javadoc/net/minecraft/command/CommandEffect.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -CommandEffect (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandEffect

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandEffect
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandEnchant.html b/javadoc/net/minecraft/command/CommandEnchant.html deleted file mode 100644 index 27263fd..0000000 --- a/javadoc/net/minecraft/command/CommandEnchant.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -CommandEnchant (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandEnchant

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandEnchant
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandException.html b/javadoc/net/minecraft/command/CommandException.html deleted file mode 100644 index d568eab..0000000 --- a/javadoc/net/minecraft/command/CommandException.html +++ /dev/null @@ -1,287 +0,0 @@ - - - - - -CommandException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandException

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      CommandException(java.lang.String p_i1359_1_, - java.lang.Object... p_i1359_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.Object[]getErrorOjbects() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandException

        -
        public CommandException(java.lang.String p_i1359_1_,
        -                java.lang.Object... p_i1359_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getErrorOjbects

        -
        public java.lang.Object[] getErrorOjbects()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandGameMode.html b/javadoc/net/minecraft/command/CommandGameMode.html deleted file mode 100644 index 3924fc9..0000000 --- a/javadoc/net/minecraft/command/CommandGameMode.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -CommandGameMode (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandGameMode

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandGameRule.html b/javadoc/net/minecraft/command/CommandGameRule.html deleted file mode 100644 index eb81528..0000000 --- a/javadoc/net/minecraft/command/CommandGameRule.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandGameRule (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandGameRule

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandGameRule
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandGive.html b/javadoc/net/minecraft/command/CommandGive.html deleted file mode 100644 index 2f14e67..0000000 --- a/javadoc/net/minecraft/command/CommandGive.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -CommandGive (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandGive

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandGive
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandHandler.html b/javadoc/net/minecraft/command/CommandHandler.html deleted file mode 100644 index 35e03df..0000000 --- a/javadoc/net/minecraft/command/CommandHandler.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - -CommandHandler (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandHandler

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandHelp.html b/javadoc/net/minecraft/command/CommandHelp.html deleted file mode 100644 index 1855463..0000000 --- a/javadoc/net/minecraft/command/CommandHelp.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - -CommandHelp (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandHelp

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandHelp
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandHelp

        -
        public CommandHelp()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      - - - -
        -
      • -

        getSortedPossibleCommands

        -
        protected java.util.List getSortedPossibleCommands(ICommandSender p_71534_1_)
        -
      • -
      - - - -
        -
      • -

        getCommands

        -
        protected java.util.Map getCommands()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandKill.html b/javadoc/net/minecraft/command/CommandKill.html deleted file mode 100644 index 7370a5f..0000000 --- a/javadoc/net/minecraft/command/CommandKill.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -CommandKill (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandKill

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandKill
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandKill

        -
        public CommandKill()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandNotFoundException.html b/javadoc/net/minecraft/command/CommandNotFoundException.html deleted file mode 100644 index 1570005..0000000 --- a/javadoc/net/minecraft/command/CommandNotFoundException.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - -CommandNotFoundException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandNotFoundException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class CommandNotFoundException
    -extends CommandException
    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandNotFoundException

        -
        public CommandNotFoundException()
        -
      • -
      - - - -
        -
      • -

        CommandNotFoundException

        -
        public CommandNotFoundException(java.lang.String p_i1363_1_,
        -                        java.lang.Object... p_i1363_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandPlaySound.html b/javadoc/net/minecraft/command/CommandPlaySound.html deleted file mode 100644 index 9e074ed..0000000 --- a/javadoc/net/minecraft/command/CommandPlaySound.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandPlaySound (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandPlaySound

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandPlaySound
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandPlaySound

        -
        public CommandPlaySound()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandServerKick.html b/javadoc/net/minecraft/command/CommandServerKick.html deleted file mode 100644 index fa58a01..0000000 --- a/javadoc/net/minecraft/command/CommandServerKick.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandServerKick (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandServerKick

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandServerKick
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandSetPlayerTimeout.html b/javadoc/net/minecraft/command/CommandSetPlayerTimeout.html deleted file mode 100644 index 9343e6c..0000000 --- a/javadoc/net/minecraft/command/CommandSetPlayerTimeout.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -CommandSetPlayerTimeout (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandSetPlayerTimeout

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSetPlayerTimeout
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandSetPlayerTimeout

        -
        public CommandSetPlayerTimeout()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandSetSpawnpoint.html b/javadoc/net/minecraft/command/CommandSetSpawnpoint.html deleted file mode 100644 index f431652..0000000 --- a/javadoc/net/minecraft/command/CommandSetSpawnpoint.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -CommandSetSpawnpoint (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandSetSpawnpoint

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSetSpawnpoint
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandShowSeed.html b/javadoc/net/minecraft/command/CommandShowSeed.html deleted file mode 100644 index 5f45ddd..0000000 --- a/javadoc/net/minecraft/command/CommandShowSeed.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -CommandShowSeed (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandShowSeed

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandShowSeed
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandSpreadPlayers.html b/javadoc/net/minecraft/command/CommandSpreadPlayers.html deleted file mode 100644 index 1e69800..0000000 --- a/javadoc/net/minecraft/command/CommandSpreadPlayers.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -CommandSpreadPlayers (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandSpreadPlayers

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSpreadPlayers
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandSpreadPlayers

        -
        public CommandSpreadPlayers()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandTime.html b/javadoc/net/minecraft/command/CommandTime.html deleted file mode 100644 index 45eae18..0000000 --- a/javadoc/net/minecraft/command/CommandTime.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - -CommandTime (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandTime

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandTime
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandToggleDownfall.html b/javadoc/net/minecraft/command/CommandToggleDownfall.html deleted file mode 100644 index 9d42b24..0000000 --- a/javadoc/net/minecraft/command/CommandToggleDownfall.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -CommandToggleDownfall (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandToggleDownfall

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandToggleDownfall
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandToggleDownfall

        -
        public CommandToggleDownfall()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      - - - -
        -
      • -

        toggleDownfall

        -
        protected void toggleDownfall()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandWeather.html b/javadoc/net/minecraft/command/CommandWeather.html deleted file mode 100644 index dcaabd2..0000000 --- a/javadoc/net/minecraft/command/CommandWeather.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandWeather (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandWeather

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandWeather
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/CommandXP.html b/javadoc/net/minecraft/command/CommandXP.html deleted file mode 100644 index 67c061a..0000000 --- a/javadoc/net/minecraft/command/CommandXP.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -CommandXP (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class CommandXP

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandXP
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/IAdminCommand.html b/javadoc/net/minecraft/command/IAdminCommand.html deleted file mode 100644 index 2316824..0000000 --- a/javadoc/net/minecraft/command/IAdminCommand.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - -IAdminCommand (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Interface IAdminCommand

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ServerCommandManager
    -
    -
    -
    -
    public interface IAdminCommand
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidfunc_152372_a(ICommandSender p_152372_1_, - ICommand p_152372_2_, - int p_152372_3_, - java.lang.String p_152372_4_, - java.lang.Object... p_152372_5_) 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152372_a

        -
        void func_152372_a(ICommandSender p_152372_1_,
        -                 ICommand p_152372_2_,
        -                 int p_152372_3_,
        -                 java.lang.String p_152372_4_,
        -                 java.lang.Object... p_152372_5_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/ICommand.html b/javadoc/net/minecraft/command/ICommand.html deleted file mode 100644 index d372544..0000000 --- a/javadoc/net/minecraft/command/ICommand.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - -ICommand (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Interface ICommand

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        java.lang.String getCommandName()
        -
      • -
      - - - -
        -
      • -

        getCommandUsage

        -
        java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        getCommandAliases

        -
        java.util.List getCommandAliases()
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      - - - -
        -
      • -

        canCommandSenderUseCommand

        -
        boolean canCommandSenderUseCommand(ICommandSender p_71519_1_)
        -
      • -
      - - - -
        -
      • -

        addTabCompletionOptions

        -
        java.util.List addTabCompletionOptions(ICommandSender p_71516_1_,
        -                                     java.lang.String[] p_71516_2_)
        -
      • -
      - - - -
        -
      • -

        isUsernameIndex

        -
        boolean isUsernameIndex(java.lang.String[] p_82358_1_,
        -                      int p_82358_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/ICommandManager.html b/javadoc/net/minecraft/command/ICommandManager.html deleted file mode 100644 index 41df704..0000000 --- a/javadoc/net/minecraft/command/ICommandManager.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - -ICommandManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Interface ICommandManager

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        executeCommand

        -
        int executeCommand(ICommandSender p_71556_1_,
        -                 java.lang.String p_71556_2_)
        -
      • -
      - - - -
        -
      • -

        getPossibleCommands

        -
        java.util.List getPossibleCommands(ICommandSender p_71558_1_,
        -                                 java.lang.String p_71558_2_)
        -
      • -
      - - - -
        -
      • -

        getPossibleCommands

        -
        java.util.List getPossibleCommands(ICommandSender p_71557_1_)
        -
      • -
      - - - -
        -
      • -

        getCommands

        -
        java.util.Map getCommands()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/ICommandSender.html b/javadoc/net/minecraft/command/ICommandSender.html deleted file mode 100644 index 013d14a..0000000 --- a/javadoc/net/minecraft/command/ICommandSender.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - -ICommandSender (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Interface ICommandSender

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandSenderName

        -
        java.lang.String getCommandSenderName()
        -
      • -
      - - - - - - - -
        -
      • -

        addChatMessage

        -
        void addChatMessage(IChatComponent p_145747_1_)
        -
      • -
      - - - -
        -
      • -

        canCommandSenderUseCommand

        -
        boolean canCommandSenderUseCommand(int p_70003_1_,
        -                                 java.lang.String p_70003_2_)
        -
      • -
      - - - - - - - -
        -
      • -

        getEntityWorld

        -
        World getEntityWorld()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/IEntitySelector.ArmoredMob.html b/javadoc/net/minecraft/command/IEntitySelector.ArmoredMob.html deleted file mode 100644 index e4f23b3..0000000 --- a/javadoc/net/minecraft/command/IEntitySelector.ArmoredMob.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - -IEntitySelector.ArmoredMob (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class IEntitySelector.ArmoredMob

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        IEntitySelector.ArmoredMob

        -
        public IEntitySelector.ArmoredMob(ItemStack p_i1584_1_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/IEntitySelector.html b/javadoc/net/minecraft/command/IEntitySelector.html deleted file mode 100644 index f6ff0d7..0000000 --- a/javadoc/net/minecraft/command/IEntitySelector.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -IEntitySelector (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Interface IEntitySelector

-
-
-
- -
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isEntityApplicable

        -
        boolean isEntityApplicable(Entity p_82704_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/NumberInvalidException.html b/javadoc/net/minecraft/command/NumberInvalidException.html deleted file mode 100644 index 8db1c6d..0000000 --- a/javadoc/net/minecraft/command/NumberInvalidException.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - -NumberInvalidException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class NumberInvalidException

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NumberInvalidException

        -
        public NumberInvalidException()
        -
      • -
      - - - -
        -
      • -

        NumberInvalidException

        -
        public NumberInvalidException(java.lang.String p_i1360_1_,
        -                      java.lang.Object... p_i1360_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/PlayerNotFoundException.html b/javadoc/net/minecraft/command/PlayerNotFoundException.html deleted file mode 100644 index dccd870..0000000 --- a/javadoc/net/minecraft/command/PlayerNotFoundException.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - -PlayerNotFoundException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class PlayerNotFoundException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class PlayerNotFoundException
    -extends CommandException
    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlayerNotFoundException

        -
        public PlayerNotFoundException()
        -
      • -
      - - - -
        -
      • -

        PlayerNotFoundException

        -
        public PlayerNotFoundException(java.lang.String p_i1362_1_,
        -                       java.lang.Object... p_i1362_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/PlayerSelector.html b/javadoc/net/minecraft/command/PlayerSelector.html deleted file mode 100644 index 9ba4220..0000000 --- a/javadoc/net/minecraft/command/PlayerSelector.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - -PlayerSelector (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class PlayerSelector

-
-
- -
-
    -
  • -
    -
    -
    public class PlayerSelector
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlayerSelector

        -
        public PlayerSelector()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - - - - - -
        -
      • -

        func_96560_a

        -
        public static java.util.Map func_96560_a(java.util.Map p_96560_0_)
        -
      • -
      - - - -
        -
      • -

        matchesMultiplePlayers

        -
        public static boolean matchesMultiplePlayers(java.lang.String p_82377_0_)
        -
      • -
      - - - -
        -
      • -

        hasTheseArguments

        -
        public static boolean hasTheseArguments(java.lang.String p_82383_0_,
        -                        java.lang.String p_82383_1_)
        -
      • -
      - - - -
        -
      • -

        hasArguments

        -
        public static boolean hasArguments(java.lang.String p_82378_0_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/ServerCommand.html b/javadoc/net/minecraft/command/ServerCommand.html deleted file mode 100644 index 3997acc..0000000 --- a/javadoc/net/minecraft/command/ServerCommand.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - -ServerCommand (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class ServerCommand

-
-
- -
-
    -
  • -
    -
    -
    public class ServerCommand
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ServerCommand(java.lang.String p_i1491_1_, - ICommandSender p_i1491_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        command

        -
        public final java.lang.String command
        -
      • -
      - - - - -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ServerCommand

        -
        public ServerCommand(java.lang.String p_i1491_1_,
        -             ICommandSender p_i1491_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/ServerCommandManager.html b/javadoc/net/minecraft/command/ServerCommandManager.html deleted file mode 100644 index 191d845..0000000 --- a/javadoc/net/minecraft/command/ServerCommandManager.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - -ServerCommandManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class ServerCommandManager

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ServerCommandManager

        -
        public ServerCommandManager()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152372_a

        -
        public void func_152372_a(ICommandSender p_152372_1_,
        -                 ICommand p_152372_2_,
        -                 int p_152372_3_,
        -                 java.lang.String p_152372_4_,
        -                 java.lang.Object... p_152372_5_)
        -
        -
        Specified by:
        -
        func_152372_a in interface IAdminCommand
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/SyntaxErrorException.html b/javadoc/net/minecraft/command/SyntaxErrorException.html deleted file mode 100644 index cdc7d8b..0000000 --- a/javadoc/net/minecraft/command/SyntaxErrorException.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - -SyntaxErrorException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class SyntaxErrorException

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SyntaxErrorException

        -
        public SyntaxErrorException()
        -
      • -
      - - - -
        -
      • -

        SyntaxErrorException

        -
        public SyntaxErrorException(java.lang.String p_i1361_1_,
        -                    java.lang.Object... p_i1361_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/WrongUsageException.html b/javadoc/net/minecraft/command/WrongUsageException.html deleted file mode 100644 index 027f96a..0000000 --- a/javadoc/net/minecraft/command/WrongUsageException.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - -WrongUsageException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command
-

Class WrongUsageException

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      WrongUsageException(java.lang.String p_i1364_1_, - java.lang.Object... p_i1364_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        WrongUsageException

        -
        public WrongUsageException(java.lang.String p_i1364_1_,
        -                   java.lang.Object... p_i1364_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/package-frame.html b/javadoc/net/minecraft/command/package-frame.html deleted file mode 100644 index 6738e9f..0000000 --- a/javadoc/net/minecraft/command/package-frame.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - -net.minecraft.command (Forge API) - - - - -

net.minecraft.command

-
-

Interfaces

- -

Classes

- -

Exceptions

- -
- - diff --git a/javadoc/net/minecraft/command/package-summary.html b/javadoc/net/minecraft/command/package-summary.html deleted file mode 100644 index 007258c..0000000 --- a/javadoc/net/minecraft/command/package-summary.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - -net.minecraft.command (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.command

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/package-tree.html b/javadoc/net/minecraft/command/package-tree.html deleted file mode 100644 index 85adb84..0000000 --- a/javadoc/net/minecraft/command/package-tree.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - -net.minecraft.command Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.command

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandAchievement.html b/javadoc/net/minecraft/command/server/CommandAchievement.html deleted file mode 100644 index 7f6b71d..0000000 --- a/javadoc/net/minecraft/command/server/CommandAchievement.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -CommandAchievement (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandAchievement

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandAchievement
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandBanIp.html b/javadoc/net/minecraft/command/server/CommandBanIp.html deleted file mode 100644 index 2779f3d..0000000 --- a/javadoc/net/minecraft/command/server/CommandBanIp.html +++ /dev/null @@ -1,408 +0,0 @@ - - - - - -CommandBanIp (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandBanIp

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandBanIp
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandBanPlayer.html b/javadoc/net/minecraft/command/server/CommandBanPlayer.html deleted file mode 100644 index ba412fd..0000000 --- a/javadoc/net/minecraft/command/server/CommandBanPlayer.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - -CommandBanPlayer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandBanPlayer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandBanPlayer
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandBlockLogic.html b/javadoc/net/minecraft/command/server/CommandBlockLogic.html deleted file mode 100644 index 471e918..0000000 --- a/javadoc/net/minecraft/command/server/CommandBlockLogic.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - -CommandBlockLogic (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandBlockLogic

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    ICommandSender
    -
    -
    -
    -
    public abstract class CommandBlockLogic
    -extends java.lang.Object
    -implements ICommandSender
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandBlockLogic

        -
        public CommandBlockLogic()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_145760_g

        -
        public int func_145760_g()
        -
      • -
      - - - - - - - -
        -
      • -

        func_145758_a

        -
        public void func_145758_a(NBTTagCompound p_145758_1_)
        -
      • -
      - - - -
        -
      • -

        func_145759_b

        -
        public void func_145759_b(NBTTagCompound p_145759_1_)
        -
      • -
      - - - -
        -
      • -

        canCommandSenderUseCommand

        -
        public boolean canCommandSenderUseCommand(int p_70003_1_,
        -                                 java.lang.String p_70003_2_)
        -
        -
        Specified by:
        -
        canCommandSenderUseCommand in interface ICommandSender
        -
        -
      • -
      - - - -
        -
      • -

        func_145752_a

        -
        public void func_145752_a(java.lang.String p_145752_1_)
        -
      • -
      - - - -
        -
      • -

        func_145753_i

        -
        public java.lang.String func_145753_i()
        -
      • -
      - - - -
        -
      • -

        func_145755_a

        -
        public void func_145755_a(World p_145755_1_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        func_145754_b

        -
        public void func_145754_b(java.lang.String p_145754_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        func_145756_e

        -
        public abstract void func_145756_e()
        -
      • -
      - - - -
        -
      • -

        func_145751_f

        -
        public abstract int func_145751_f()
        -
      • -
      - - - -
        -
      • -

        func_145757_a

        -
        public abstract void func_145757_a(io.netty.buffer.ByteBuf p_145757_1_)
        -
      • -
      - - - -
        -
      • -

        func_145750_b

        -
        public void func_145750_b(IChatComponent p_145750_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandBroadcast.html b/javadoc/net/minecraft/command/server/CommandBroadcast.html deleted file mode 100644 index dab0f77..0000000 --- a/javadoc/net/minecraft/command/server/CommandBroadcast.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandBroadcast (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandBroadcast

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandBroadcast
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandDeOp.html b/javadoc/net/minecraft/command/server/CommandDeOp.html deleted file mode 100644 index 8de82fd..0000000 --- a/javadoc/net/minecraft/command/server/CommandDeOp.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandDeOp (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandDeOp

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandDeOp
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandEmote.html b/javadoc/net/minecraft/command/server/CommandEmote.html deleted file mode 100644 index e71ec38..0000000 --- a/javadoc/net/minecraft/command/server/CommandEmote.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandEmote (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandEmote

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandEmote
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandListBans.html b/javadoc/net/minecraft/command/server/CommandListBans.html deleted file mode 100644 index e485bcd..0000000 --- a/javadoc/net/minecraft/command/server/CommandListBans.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - -CommandListBans (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandListBans

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandListBans
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandListPlayers.html b/javadoc/net/minecraft/command/server/CommandListPlayers.html deleted file mode 100644 index 3efb46e..0000000 --- a/javadoc/net/minecraft/command/server/CommandListPlayers.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -CommandListPlayers (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandListPlayers

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandListPlayers
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandListPlayers

        -
        public CommandListPlayers()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandMessage.html b/javadoc/net/minecraft/command/server/CommandMessage.html deleted file mode 100644 index 3453bab..0000000 --- a/javadoc/net/minecraft/command/server/CommandMessage.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - -CommandMessage (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandMessage

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandMessage
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandMessageRaw.html b/javadoc/net/minecraft/command/server/CommandMessageRaw.html deleted file mode 100644 index 47d1a4e..0000000 --- a/javadoc/net/minecraft/command/server/CommandMessageRaw.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -CommandMessageRaw (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandMessageRaw

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandMessageRaw
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandNetstat.html b/javadoc/net/minecraft/command/server/CommandNetstat.html deleted file mode 100644 index 96f3558..0000000 --- a/javadoc/net/minecraft/command/server/CommandNetstat.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -CommandNetstat (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandNetstat

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandNetstat
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandNetstat

        -
        public CommandNetstat()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandOp.html b/javadoc/net/minecraft/command/server/CommandOp.html deleted file mode 100644 index a9ab905..0000000 --- a/javadoc/net/minecraft/command/server/CommandOp.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandOp (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandOp

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandOp
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandPardonIp.html b/javadoc/net/minecraft/command/server/CommandPardonIp.html deleted file mode 100644 index fbc5328..0000000 --- a/javadoc/net/minecraft/command/server/CommandPardonIp.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - -CommandPardonIp (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandPardonIp

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandPardonIp
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandPardonPlayer.html b/javadoc/net/minecraft/command/server/CommandPardonPlayer.html deleted file mode 100644 index a2c3684..0000000 --- a/javadoc/net/minecraft/command/server/CommandPardonPlayer.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - -CommandPardonPlayer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandPardonPlayer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandPardonPlayer
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandPublishLocalServer.html b/javadoc/net/minecraft/command/server/CommandPublishLocalServer.html deleted file mode 100644 index 8e9a830..0000000 --- a/javadoc/net/minecraft/command/server/CommandPublishLocalServer.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -CommandPublishLocalServer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandPublishLocalServer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandPublishLocalServer
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandPublishLocalServer

        -
        public CommandPublishLocalServer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandSaveAll.html b/javadoc/net/minecraft/command/server/CommandSaveAll.html deleted file mode 100644 index 649cbbf..0000000 --- a/javadoc/net/minecraft/command/server/CommandSaveAll.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -CommandSaveAll (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandSaveAll

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSaveAll
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandSaveAll

        -
        public CommandSaveAll()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandSaveOff.html b/javadoc/net/minecraft/command/server/CommandSaveOff.html deleted file mode 100644 index 2ae78da..0000000 --- a/javadoc/net/minecraft/command/server/CommandSaveOff.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -CommandSaveOff (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandSaveOff

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSaveOff
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandSaveOff

        -
        public CommandSaveOff()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandSaveOn.html b/javadoc/net/minecraft/command/server/CommandSaveOn.html deleted file mode 100644 index 54a6884..0000000 --- a/javadoc/net/minecraft/command/server/CommandSaveOn.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -CommandSaveOn (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandSaveOn

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSaveOn
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandSaveOn

        -
        public CommandSaveOn()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandScoreboard.html b/javadoc/net/minecraft/command/server/CommandScoreboard.html deleted file mode 100644 index f921f80..0000000 --- a/javadoc/net/minecraft/command/server/CommandScoreboard.html +++ /dev/null @@ -1,643 +0,0 @@ - - - - - -CommandScoreboard (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandScoreboard

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandScoreboard
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandScoreboard

        -
        public CommandScoreboard()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      - - - -
        -
      • -

        func_147192_d

        -
        protected Scoreboard func_147192_d()
        -
      • -
      - - - -
        -
      • -

        func_147189_a

        -
        protected ScoreObjective func_147189_a(java.lang.String p_147189_1_,
        -                           boolean p_147189_2_)
        -
      • -
      - - - -
        -
      • -

        func_147183_a

        -
        protected ScorePlayerTeam func_147183_a(java.lang.String p_147183_1_)
        -
      • -
      - - - -
        -
      • -

        func_147193_c

        -
        protected void func_147193_c(ICommandSender p_147193_1_,
        -                 java.lang.String[] p_147193_2_,
        -                 int p_147193_3_)
        -
      • -
      - - - -
        -
      • -

        func_147185_d

        -
        protected void func_147185_d(ICommandSender p_147185_1_,
        -                 java.lang.String[] p_147185_2_,
        -                 int p_147185_3_)
        -
      • -
      - - - -
        -
      • -

        func_147200_e

        -
        protected void func_147200_e(ICommandSender p_147200_1_,
        -                 java.lang.String[] p_147200_2_,
        -                 int p_147200_3_)
        -
      • -
      - - - -
        -
      • -

        func_147194_f

        -
        protected void func_147194_f(ICommandSender p_147194_1_,
        -                 java.lang.String[] p_147194_2_,
        -                 int p_147194_3_)
        -
      • -
      - - - -
        -
      • -

        func_147186_g

        -
        protected void func_147186_g(ICommandSender p_147186_1_,
        -                 java.lang.String[] p_147186_2_,
        -                 int p_147186_3_)
        -
      • -
      - - - -
        -
      • -

        func_147190_h

        -
        protected void func_147190_h(ICommandSender p_147190_1_,
        -                 java.lang.String[] p_147190_2_,
        -                 int p_147190_3_)
        -
      • -
      - - - -
        -
      • -

        func_147199_i

        -
        protected void func_147199_i(ICommandSender p_147199_1_,
        -                 java.lang.String[] p_147199_2_,
        -                 int p_147199_3_)
        -
      • -
      - - - -
        -
      • -

        func_147188_j

        -
        protected void func_147188_j(ICommandSender p_147188_1_,
        -                 java.lang.String[] p_147188_2_,
        -                 int p_147188_3_)
        -
      • -
      - - - -
        -
      • -

        func_147191_h

        -
        protected void func_147191_h(ICommandSender p_147191_1_,
        -                 java.lang.String p_147191_2_)
        -
      • -
      - - - -
        -
      • -

        func_147196_d

        -
        protected void func_147196_d(ICommandSender p_147196_1_)
        -
      • -
      - - - -
        -
      • -

        func_147198_k

        -
        protected void func_147198_k(ICommandSender p_147198_1_,
        -                 java.lang.String[] p_147198_2_,
        -                 int p_147198_3_)
        -
      • -
      - - - -
        -
      • -

        func_147195_l

        -
        protected void func_147195_l(ICommandSender p_147195_1_,
        -                 java.lang.String[] p_147195_2_,
        -                 int p_147195_3_)
        -
      • -
      - - - -
        -
      • -

        func_147197_m

        -
        protected void func_147197_m(ICommandSender p_147197_1_,
        -                 java.lang.String[] p_147197_2_,
        -                 int p_147197_3_)
        -
      • -
      - - - -
        -
      • -

        func_147187_n

        -
        protected void func_147187_n(ICommandSender p_147187_1_,
        -                 java.lang.String[] p_147187_2_,
        -                 int p_147187_3_)
        -
      • -
      - - - - - - - -
        -
      • -

        func_147184_a

        -
        protected java.util.List func_147184_a(boolean p_147184_1_)
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandSetBlock.html b/javadoc/net/minecraft/command/server/CommandSetBlock.html deleted file mode 100644 index 16bb600..0000000 --- a/javadoc/net/minecraft/command/server/CommandSetBlock.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandSetBlock (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandSetBlock

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSetBlock
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandSetDefaultSpawnpoint.html b/javadoc/net/minecraft/command/server/CommandSetDefaultSpawnpoint.html deleted file mode 100644 index c545932..0000000 --- a/javadoc/net/minecraft/command/server/CommandSetDefaultSpawnpoint.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -CommandSetDefaultSpawnpoint (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandSetDefaultSpawnpoint

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSetDefaultSpawnpoint
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandSetDefaultSpawnpoint

        -
        public CommandSetDefaultSpawnpoint()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandStop.html b/javadoc/net/minecraft/command/server/CommandStop.html deleted file mode 100644 index 3d007eb..0000000 --- a/javadoc/net/minecraft/command/server/CommandStop.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -CommandStop (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandStop

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandStop
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandStop

        -
        public CommandStop()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandSummon.html b/javadoc/net/minecraft/command/server/CommandSummon.html deleted file mode 100644 index 8a9367a..0000000 --- a/javadoc/net/minecraft/command/server/CommandSummon.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - -CommandSummon (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandSummon

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandSummon
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandSummon

        -
        public CommandSummon()
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandTeleport.html b/javadoc/net/minecraft/command/server/CommandTeleport.html deleted file mode 100644 index a03de29..0000000 --- a/javadoc/net/minecraft/command/server/CommandTeleport.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -CommandTeleport (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandTeleport

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandTeleport
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandTestFor.html b/javadoc/net/minecraft/command/server/CommandTestFor.html deleted file mode 100644 index a752052..0000000 --- a/javadoc/net/minecraft/command/server/CommandTestFor.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandTestFor (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandTestFor

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandTestFor
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandTestFor

        -
        public CommandTestFor()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCommandName

        -
        public java.lang.String getCommandName()
        -
      • -
      - - - - - - - -
        -
      • -

        getCommandUsage

        -
        public java.lang.String getCommandUsage(ICommandSender p_71518_1_)
        -
      • -
      - - - -
        -
      • -

        processCommand

        -
        public void processCommand(ICommandSender p_71515_1_,
        -                  java.lang.String[] p_71515_2_)
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandTestForBlock.html b/javadoc/net/minecraft/command/server/CommandTestForBlock.html deleted file mode 100644 index a2c38eb..0000000 --- a/javadoc/net/minecraft/command/server/CommandTestForBlock.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CommandTestForBlock (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandTestForBlock

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandTestForBlock
    -extends CommandBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CommandTestForBlock

        -
        public CommandTestForBlock()
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/CommandWhitelist.html b/javadoc/net/minecraft/command/server/CommandWhitelist.html deleted file mode 100644 index f6c16c9..0000000 --- a/javadoc/net/minecraft/command/server/CommandWhitelist.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CommandWhitelist (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandWhitelist

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable, ICommand
    -
    -
    -
    -
    public class CommandWhitelist
    -extends CommandBase
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/package-frame.html b/javadoc/net/minecraft/command/server/package-frame.html deleted file mode 100644 index c7b85f9..0000000 --- a/javadoc/net/minecraft/command/server/package-frame.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - -net.minecraft.command.server (Forge API) - - - - -

net.minecraft.command.server

-
-

Classes

- -
- - diff --git a/javadoc/net/minecraft/command/server/package-summary.html b/javadoc/net/minecraft/command/server/package-summary.html deleted file mode 100644 index 0664b05..0000000 --- a/javadoc/net/minecraft/command/server/package-summary.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - -net.minecraft.command.server (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.command.server

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/command/server/package-tree.html b/javadoc/net/minecraft/command/server/package-tree.html deleted file mode 100644 index 6609464..0000000 --- a/javadoc/net/minecraft/command/server/package-tree.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - -net.minecraft.command.server Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.command.server

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - - - -- cgit v1.2.3