From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../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 deletions(-) delete mode 100644 javadoc/net/minecraft/command/server/CommandAchievement.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBanIp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBanPlayer.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBlockLogic.html delete mode 100644 javadoc/net/minecraft/command/server/CommandBroadcast.html delete mode 100644 javadoc/net/minecraft/command/server/CommandDeOp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandEmote.html delete mode 100644 javadoc/net/minecraft/command/server/CommandListBans.html delete mode 100644 javadoc/net/minecraft/command/server/CommandListPlayers.html delete mode 100644 javadoc/net/minecraft/command/server/CommandMessage.html delete mode 100644 javadoc/net/minecraft/command/server/CommandMessageRaw.html delete mode 100644 javadoc/net/minecraft/command/server/CommandNetstat.html delete mode 100644 javadoc/net/minecraft/command/server/CommandOp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandPardonIp.html delete mode 100644 javadoc/net/minecraft/command/server/CommandPardonPlayer.html delete mode 100644 javadoc/net/minecraft/command/server/CommandPublishLocalServer.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSaveAll.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSaveOff.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSaveOn.html delete mode 100644 javadoc/net/minecraft/command/server/CommandScoreboard.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSetBlock.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSetDefaultSpawnpoint.html delete mode 100644 javadoc/net/minecraft/command/server/CommandStop.html delete mode 100644 javadoc/net/minecraft/command/server/CommandSummon.html delete mode 100644 javadoc/net/minecraft/command/server/CommandTeleport.html delete mode 100644 javadoc/net/minecraft/command/server/CommandTestFor.html delete mode 100644 javadoc/net/minecraft/command/server/CommandTestForBlock.html delete mode 100644 javadoc/net/minecraft/command/server/CommandWhitelist.html delete mode 100644 javadoc/net/minecraft/command/server/package-frame.html delete mode 100644 javadoc/net/minecraft/command/server/package-summary.html delete mode 100644 javadoc/net/minecraft/command/server/package-tree.html (limited to 'javadoc/net/minecraft/command/server') diff --git a/javadoc/net/minecraft/command/server/CommandAchievement.html b/javadoc/net/minecraft/command/server/CommandAchievement.html deleted file mode 100644 index 7f6b71d..0000000 --- a/javadoc/net/minecraft/command/server/CommandAchievement.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -CommandAchievement (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.command.server
-

Class CommandAchievement

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

Class CommandBanIp

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

Class CommandBanPlayer

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

Class CommandBlockLogic

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

      Constructor Detail

      - - - -
        -
      • -

        CommandBlockLogic

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

      Method Detail

      - - - -
        -
      • -

        func_145760_g

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

        func_145758_a

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

        func_145759_b

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

        canCommandSenderUseCommand

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

        func_145752_a

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

        func_145753_i

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

        func_145755_a

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

        func_145754_b

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

        func_145756_e

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

        func_145751_f

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

        func_145757_a

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

        func_145750_b

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

Class CommandBroadcast

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

Class CommandDeOp

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

Class CommandEmote

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

Class CommandListBans

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

Class CommandListPlayers

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

      Constructor Detail

      - - - -
        -
      • -

        CommandListPlayers

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandMessage

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

Class CommandMessageRaw

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

Class CommandNetstat

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

      Constructor Detail

      - - - -
        -
      • -

        CommandNetstat

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandOp

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

Class CommandPardonIp

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

Class CommandPardonPlayer

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

Class CommandPublishLocalServer

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

      Constructor Detail

      - - - -
        -
      • -

        CommandPublishLocalServer

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandSaveAll

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

      Constructor Detail

      - - - -
        -
      • -

        CommandSaveAll

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandSaveOff

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

      Constructor Detail

      - - - -
        -
      • -

        CommandSaveOff

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandSaveOn

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

      Constructor Detail

      - - - -
        -
      • -

        CommandSaveOn

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandScoreboard

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

      Constructor Detail

      - - - -
        -
      • -

        CommandScoreboard

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

        func_147192_d

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

        func_147189_a

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

        func_147183_a

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

        func_147193_c

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

        func_147185_d

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

        func_147200_e

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

        func_147194_f

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

        func_147186_g

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

        func_147190_h

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

        func_147199_i

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

        func_147188_j

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

        func_147191_h

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

        func_147196_d

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

        func_147198_k

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

        func_147195_l

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

        func_147197_m

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

        func_147187_n

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

        func_147184_a

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

Class CommandSetBlock

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

Class CommandSetDefaultSpawnpoint

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

      Constructor Detail

      - - - -
        -
      • -

        CommandSetDefaultSpawnpoint

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandStop

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

      Constructor Detail

      - - - -
        -
      • -

        CommandStop

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandSummon

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

      Constructor Detail

      - - - -
        -
      • -

        CommandSummon

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

Class CommandTeleport

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

Class CommandTestFor

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

      Constructor Detail

      - - - -
        -
      • -

        CommandTestFor

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

      Method Detail

      - - - -
        -
      • -

        getCommandName

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

        getCommandUsage

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

        processCommand

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

Class CommandTestForBlock

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

      Constructor Detail

      - - - -
        -
      • -

        CommandTestForBlock

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

Class CommandWhitelist

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

net.minecraft.command.server

-
-

Classes

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

Package net.minecraft.command.server

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

Hierarchy For Package net.minecraft.command.server

-Package Hierarchies: - -
-
-

Class Hierarchy

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