From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../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 +++++ 31 files changed, 10326 insertions(+) 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/server') 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