From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +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 insertions(+) create mode 100644 javadoc/net/minecraft/command/CommandBase.html create mode 100644 javadoc/net/minecraft/command/CommandClearInventory.html create mode 100644 javadoc/net/minecraft/command/CommandDebug.html create mode 100644 javadoc/net/minecraft/command/CommandDefaultGameMode.html create mode 100644 javadoc/net/minecraft/command/CommandDifficulty.html create mode 100644 javadoc/net/minecraft/command/CommandEffect.html create mode 100644 javadoc/net/minecraft/command/CommandEnchant.html create mode 100644 javadoc/net/minecraft/command/CommandException.html create mode 100644 javadoc/net/minecraft/command/CommandGameMode.html create mode 100644 javadoc/net/minecraft/command/CommandGameRule.html create mode 100644 javadoc/net/minecraft/command/CommandGive.html create mode 100644 javadoc/net/minecraft/command/CommandHandler.html create mode 100644 javadoc/net/minecraft/command/CommandHelp.html create mode 100644 javadoc/net/minecraft/command/CommandKill.html create mode 100644 javadoc/net/minecraft/command/CommandNotFoundException.html create mode 100644 javadoc/net/minecraft/command/CommandPlaySound.html create mode 100644 javadoc/net/minecraft/command/CommandServerKick.html create mode 100644 javadoc/net/minecraft/command/CommandSetPlayerTimeout.html create mode 100644 javadoc/net/minecraft/command/CommandSetSpawnpoint.html create mode 100644 javadoc/net/minecraft/command/CommandShowSeed.html create mode 100644 javadoc/net/minecraft/command/CommandSpreadPlayers.html create mode 100644 javadoc/net/minecraft/command/CommandTime.html create mode 100644 javadoc/net/minecraft/command/CommandToggleDownfall.html create mode 100644 javadoc/net/minecraft/command/CommandWeather.html create mode 100644 javadoc/net/minecraft/command/CommandXP.html create mode 100644 javadoc/net/minecraft/command/IAdminCommand.html create mode 100644 javadoc/net/minecraft/command/ICommand.html create mode 100644 javadoc/net/minecraft/command/ICommandManager.html create mode 100644 javadoc/net/minecraft/command/ICommandSender.html create mode 100644 javadoc/net/minecraft/command/IEntitySelector.ArmoredMob.html create mode 100644 javadoc/net/minecraft/command/IEntitySelector.html create mode 100644 javadoc/net/minecraft/command/NumberInvalidException.html create mode 100644 javadoc/net/minecraft/command/PlayerNotFoundException.html create mode 100644 javadoc/net/minecraft/command/PlayerSelector.html create mode 100644 javadoc/net/minecraft/command/ServerCommand.html create mode 100644 javadoc/net/minecraft/command/ServerCommandManager.html create mode 100644 javadoc/net/minecraft/command/SyntaxErrorException.html create mode 100644 javadoc/net/minecraft/command/WrongUsageException.html create mode 100644 javadoc/net/minecraft/command/package-frame.html create mode 100644 javadoc/net/minecraft/command/package-summary.html create mode 100644 javadoc/net/minecraft/command/package-tree.html create mode 100644 javadoc/net/minecraft/command/server/CommandAchievement.html create mode 100644 javadoc/net/minecraft/command/server/CommandBanIp.html create mode 100644 javadoc/net/minecraft/command/server/CommandBanPlayer.html create mode 100644 javadoc/net/minecraft/command/server/CommandBlockLogic.html create mode 100644 javadoc/net/minecraft/command/server/CommandBroadcast.html create mode 100644 javadoc/net/minecraft/command/server/CommandDeOp.html create mode 100644 javadoc/net/minecraft/command/server/CommandEmote.html create mode 100644 javadoc/net/minecraft/command/server/CommandListBans.html create mode 100644 javadoc/net/minecraft/command/server/CommandListPlayers.html create mode 100644 javadoc/net/minecraft/command/server/CommandMessage.html create mode 100644 javadoc/net/minecraft/command/server/CommandMessageRaw.html create mode 100644 javadoc/net/minecraft/command/server/CommandNetstat.html create mode 100644 javadoc/net/minecraft/command/server/CommandOp.html create mode 100644 javadoc/net/minecraft/command/server/CommandPardonIp.html create mode 100644 javadoc/net/minecraft/command/server/CommandPardonPlayer.html create mode 100644 javadoc/net/minecraft/command/server/CommandPublishLocalServer.html create mode 100644 javadoc/net/minecraft/command/server/CommandSaveAll.html create mode 100644 javadoc/net/minecraft/command/server/CommandSaveOff.html create mode 100644 javadoc/net/minecraft/command/server/CommandSaveOn.html create mode 100644 javadoc/net/minecraft/command/server/CommandScoreboard.html create mode 100644 javadoc/net/minecraft/command/server/CommandSetBlock.html create mode 100644 javadoc/net/minecraft/command/server/CommandSetDefaultSpawnpoint.html create mode 100644 javadoc/net/minecraft/command/server/CommandStop.html create mode 100644 javadoc/net/minecraft/command/server/CommandSummon.html create mode 100644 javadoc/net/minecraft/command/server/CommandTeleport.html create mode 100644 javadoc/net/minecraft/command/server/CommandTestFor.html create mode 100644 javadoc/net/minecraft/command/server/CommandTestForBlock.html create mode 100644 javadoc/net/minecraft/command/server/CommandWhitelist.html create mode 100644 javadoc/net/minecraft/command/server/package-frame.html create mode 100644 javadoc/net/minecraft/command/server/package-summary.html create 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 new file mode 100644 index 0000000..b4d7048 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandBase.html @@ -0,0 +1,790 @@ + + + + + +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 new file mode 100644 index 0000000..8e5cdbb --- /dev/null +++ b/javadoc/net/minecraft/command/CommandClearInventory.html @@ -0,0 +1,370 @@ + + + + + +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 new file mode 100644 index 0000000..067dbab --- /dev/null +++ b/javadoc/net/minecraft/command/CommandDebug.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..3bfb060 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandDefaultGameMode.html @@ -0,0 +1,341 @@ + + + + + +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 new file mode 100644 index 0000000..e08952e --- /dev/null +++ b/javadoc/net/minecraft/command/CommandDifficulty.html @@ -0,0 +1,351 @@ + + + + + +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 new file mode 100644 index 0000000..1260989 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandEffect.html @@ -0,0 +1,370 @@ + + + + + +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 new file mode 100644 index 0000000..27263fd --- /dev/null +++ b/javadoc/net/minecraft/command/CommandEnchant.html @@ -0,0 +1,370 @@ + + + + + +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 new file mode 100644 index 0000000..d568eab --- /dev/null +++ b/javadoc/net/minecraft/command/CommandException.html @@ -0,0 +1,287 @@ + + + + + +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 new file mode 100644 index 0000000..3924fc9 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandGameMode.html @@ -0,0 +1,389 @@ + + + + + +CommandGameMode (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.command
+

Class CommandGameMode

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/command/CommandGameRule.html b/javadoc/net/minecraft/command/CommandGameRule.html new file mode 100644 index 0000000..eb81528 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandGameRule.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..2f14e67 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandGive.html @@ -0,0 +1,370 @@ + + + + + +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 new file mode 100644 index 0000000..35e03df --- /dev/null +++ b/javadoc/net/minecraft/command/CommandHandler.html @@ -0,0 +1,335 @@ + + + + + +CommandHandler (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.command
+

Class CommandHandler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/command/CommandHelp.html b/javadoc/net/minecraft/command/CommandHelp.html new file mode 100644 index 0000000..1855463 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandHelp.html @@ -0,0 +1,360 @@ + + + + + +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 new file mode 100644 index 0000000..7370a5f --- /dev/null +++ b/javadoc/net/minecraft/command/CommandKill.html @@ -0,0 +1,315 @@ + + + + + +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 new file mode 100644 index 0000000..1570005 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandNotFoundException.html @@ -0,0 +1,279 @@ + + + + + +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 new file mode 100644 index 0000000..9e074ed --- /dev/null +++ b/javadoc/net/minecraft/command/CommandPlaySound.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..fa58a01 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandServerKick.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..9343e6c --- /dev/null +++ b/javadoc/net/minecraft/command/CommandSetPlayerTimeout.html @@ -0,0 +1,315 @@ + + + + + +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 new file mode 100644 index 0000000..f431652 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandSetSpawnpoint.html @@ -0,0 +1,357 @@ + + + + + +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 new file mode 100644 index 0000000..5f45ddd --- /dev/null +++ b/javadoc/net/minecraft/command/CommandShowSeed.html @@ -0,0 +1,334 @@ + + + + + +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 new file mode 100644 index 0000000..1e69800 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandSpreadPlayers.html @@ -0,0 +1,315 @@ + + + + + +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 new file mode 100644 index 0000000..45eae18 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandTime.html @@ -0,0 +1,366 @@ + + + + + +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 new file mode 100644 index 0000000..9d42b24 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandToggleDownfall.html @@ -0,0 +1,328 @@ + + + + + +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 new file mode 100644 index 0000000..dcaabd2 --- /dev/null +++ b/javadoc/net/minecraft/command/CommandWeather.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..67c061a --- /dev/null +++ b/javadoc/net/minecraft/command/CommandXP.html @@ -0,0 +1,370 @@ + + + + + +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 new file mode 100644 index 0000000..2316824 --- /dev/null +++ b/javadoc/net/minecraft/command/IAdminCommand.html @@ -0,0 +1,216 @@ + + + + + +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 new file mode 100644 index 0000000..d372544 --- /dev/null +++ b/javadoc/net/minecraft/command/ICommand.html @@ -0,0 +1,304 @@ + + + + + +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 new file mode 100644 index 0000000..41df704 --- /dev/null +++ b/javadoc/net/minecraft/command/ICommandManager.html @@ -0,0 +1,251 @@ + + + + + +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 new file mode 100644 index 0000000..013d14a --- /dev/null +++ b/javadoc/net/minecraft/command/ICommandSender.html @@ -0,0 +1,275 @@ + + + + + +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 new file mode 100644 index 0000000..e4f23b3 --- /dev/null +++ b/javadoc/net/minecraft/command/IEntitySelector.ArmoredMob.html @@ -0,0 +1,297 @@ + + + + + +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 new file mode 100644 index 0000000..f6ff0d7 --- /dev/null +++ b/javadoc/net/minecraft/command/IEntitySelector.html @@ -0,0 +1,289 @@ + + + + + +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 new file mode 100644 index 0000000..8db1c6d --- /dev/null +++ b/javadoc/net/minecraft/command/NumberInvalidException.html @@ -0,0 +1,279 @@ + + + + + +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 new file mode 100644 index 0000000..dccd870 --- /dev/null +++ b/javadoc/net/minecraft/command/PlayerNotFoundException.html @@ -0,0 +1,279 @@ + + + + + +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 new file mode 100644 index 0000000..9ba4220 --- /dev/null +++ b/javadoc/net/minecraft/command/PlayerSelector.html @@ -0,0 +1,340 @@ + + + + + +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 new file mode 100644 index 0000000..3997acc --- /dev/null +++ b/javadoc/net/minecraft/command/ServerCommand.html @@ -0,0 +1,277 @@ + + + + + +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 new file mode 100644 index 0000000..191d845 --- /dev/null +++ b/javadoc/net/minecraft/command/ServerCommandManager.html @@ -0,0 +1,283 @@ + + + + + +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 new file mode 100644 index 0000000..cdc7d8b --- /dev/null +++ b/javadoc/net/minecraft/command/SyntaxErrorException.html @@ -0,0 +1,283 @@ + + + + + +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 new file mode 100644 index 0000000..027f96a --- /dev/null +++ b/javadoc/net/minecraft/command/WrongUsageException.html @@ -0,0 +1,272 @@ + + + + + +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 new file mode 100644 index 0000000..6738e9f --- /dev/null +++ b/javadoc/net/minecraft/command/package-frame.html @@ -0,0 +1,62 @@ + + + + + +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 new file mode 100644 index 0000000..007258c --- /dev/null +++ b/javadoc/net/minecraft/command/package-summary.html @@ -0,0 +1,301 @@ + + + + + +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 new file mode 100644 index 0000000..85adb84 --- /dev/null +++ b/javadoc/net/minecraft/command/package-tree.html @@ -0,0 +1,197 @@ + + + + + +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 new file mode 100644 index 0000000..7f6b71d --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandAchievement.html @@ -0,0 +1,357 @@ + + + + + +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 new file mode 100644 index 0000000..2779f3d --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandBanIp.html @@ -0,0 +1,408 @@ + + + + + +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 new file mode 100644 index 0000000..ba412fd --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandBanPlayer.html @@ -0,0 +1,355 @@ + + + + + +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 new file mode 100644 index 0000000..471e918 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandBlockLogic.html @@ -0,0 +1,479 @@ + + + + + +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 new file mode 100644 index 0000000..dab0f77 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandBroadcast.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..8de82fd --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandDeOp.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..e71ec38 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandEmote.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..e485bcd --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandListBans.html @@ -0,0 +1,355 @@ + + + + + +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 new file mode 100644 index 0000000..3efb46e --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandListPlayers.html @@ -0,0 +1,315 @@ + + + + + +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 new file mode 100644 index 0000000..3453bab --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandMessage.html @@ -0,0 +1,376 @@ + + + + + +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 new file mode 100644 index 0000000..47d1a4e --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandMessageRaw.html @@ -0,0 +1,357 @@ + + + + + +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 new file mode 100644 index 0000000..96f3558 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandNetstat.html @@ -0,0 +1,315 @@ + + + + + +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 new file mode 100644 index 0000000..a9ab905 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandOp.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..fbc5328 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandPardonIp.html @@ -0,0 +1,355 @@ + + + + + +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 new file mode 100644 index 0000000..a2c3684 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandPardonPlayer.html @@ -0,0 +1,355 @@ + + + + + +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 new file mode 100644 index 0000000..8e9a830 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandPublishLocalServer.html @@ -0,0 +1,298 @@ + + + + + +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 new file mode 100644 index 0000000..649cbbf --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandSaveAll.html @@ -0,0 +1,298 @@ + + + + + +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 new file mode 100644 index 0000000..2ae78da --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandSaveOff.html @@ -0,0 +1,298 @@ + + + + + +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 new file mode 100644 index 0000000..54a6884 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandSaveOn.html @@ -0,0 +1,298 @@ + + + + + +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 new file mode 100644 index 0000000..f921f80 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandScoreboard.html @@ -0,0 +1,643 @@ + + + + + +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 new file mode 100644 index 0000000..16bb600 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandSetBlock.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..c545932 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandSetDefaultSpawnpoint.html @@ -0,0 +1,315 @@ + + + + + +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 new file mode 100644 index 0000000..3d007eb --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandStop.html @@ -0,0 +1,298 @@ + + + + + +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 new file mode 100644 index 0000000..8a9367a --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandSummon.html @@ -0,0 +1,349 @@ + + + + + +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 new file mode 100644 index 0000000..a03de29 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandTeleport.html @@ -0,0 +1,357 @@ + + + + + +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 new file mode 100644 index 0000000..a752052 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandTestFor.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..a2c38eb --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandTestForBlock.html @@ -0,0 +1,351 @@ + + + + + +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 new file mode 100644 index 0000000..f6c16c9 --- /dev/null +++ b/javadoc/net/minecraft/command/server/CommandWhitelist.html @@ -0,0 +1,336 @@ + + + + + +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 new file mode 100644 index 0000000..c7b85f9 --- /dev/null +++ b/javadoc/net/minecraft/command/server/package-frame.html @@ -0,0 +1,46 @@ + + + + + +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 new file mode 100644 index 0000000..0664b05 --- /dev/null +++ b/javadoc/net/minecraft/command/server/package-summary.html @@ -0,0 +1,239 @@ + + + + + +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 new file mode 100644 index 0000000..6609464 --- /dev/null +++ b/javadoc/net/minecraft/command/server/package-tree.html @@ -0,0 +1,157 @@ + + + + + +net.minecraft.command.server Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.command.server

+Package Hierarchies: + +
+
+

Class Hierarchy

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