From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../client/multiplayer/ChunkProviderClient.html | 510 +++++++++++++++ .../client/multiplayer/GuiConnecting.html | 400 ++++++++++++ .../client/multiplayer/PlayerControllerMP.html | 658 +++++++++++++++++++ .../client/multiplayer/ServerAddress.html | 284 +++++++++ .../multiplayer/ServerData.ServerResourceMode.html | 346 ++++++++++ .../minecraft/client/multiplayer/ServerData.html | 522 +++++++++++++++ .../minecraft/client/multiplayer/ServerList.html | 362 +++++++++++ .../client/multiplayer/ThreadLanServerPing.html | 369 +++++++++++ .../minecraft/client/multiplayer/WorldClient.html | 708 +++++++++++++++++++++ .../client/multiplayer/package-frame.html | 30 + .../client/multiplayer/package-summary.html | 174 +++++ .../minecraft/client/multiplayer/package-tree.html | 161 +++++ 12 files changed, 4524 insertions(+) create mode 100644 javadoc/net/minecraft/client/multiplayer/ChunkProviderClient.html create mode 100644 javadoc/net/minecraft/client/multiplayer/GuiConnecting.html create mode 100644 javadoc/net/minecraft/client/multiplayer/PlayerControllerMP.html create mode 100644 javadoc/net/minecraft/client/multiplayer/ServerAddress.html create mode 100644 javadoc/net/minecraft/client/multiplayer/ServerData.ServerResourceMode.html create mode 100644 javadoc/net/minecraft/client/multiplayer/ServerData.html create mode 100644 javadoc/net/minecraft/client/multiplayer/ServerList.html create mode 100644 javadoc/net/minecraft/client/multiplayer/ThreadLanServerPing.html create mode 100644 javadoc/net/minecraft/client/multiplayer/WorldClient.html create mode 100644 javadoc/net/minecraft/client/multiplayer/package-frame.html create mode 100644 javadoc/net/minecraft/client/multiplayer/package-summary.html create mode 100644 javadoc/net/minecraft/client/multiplayer/package-tree.html (limited to 'javadoc/net/minecraft/client/multiplayer') diff --git a/javadoc/net/minecraft/client/multiplayer/ChunkProviderClient.html b/javadoc/net/minecraft/client/multiplayer/ChunkProviderClient.html new file mode 100644 index 0000000..e0f909a --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/ChunkProviderClient.html @@ -0,0 +1,510 @@ + + + + + +ChunkProviderClient (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class ChunkProviderClient

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IChunkProvider
    +
    +
    +
    +
    public class ChunkProviderClient
    +extends java.lang.Object
    +implements IChunkProvider
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/GuiConnecting.html b/javadoc/net/minecraft/client/multiplayer/GuiConnecting.html new file mode 100644 index 0000000..878c875 --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/GuiConnecting.html @@ -0,0 +1,400 @@ + + + + + +GuiConnecting (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class GuiConnecting

+
+
+ +
+
    +
  • +
    +
    +
    public class GuiConnecting
    +extends GuiScreen
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + +
        +
      • +

        GuiConnecting

        +
        public GuiConnecting(GuiScreen p_i1182_1_,
        +             Minecraft p_i1182_2_,
        +             java.lang.String p_i1182_3_,
        +             int p_i1182_4_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        keyTyped

        +
        protected void keyTyped(char p_73869_1_,
        +            int p_73869_2_)
        +
        +
        Overrides:
        +
        keyTyped in class GuiScreen
        +
        +
      • +
      + + + +
        +
      • +

        initGui

        +
        public void initGui()
        +
        +
        Overrides:
        +
        initGui in class GuiScreen
        +
        +
      • +
      + + + + + + + +
        +
      • +

        drawScreen

        +
        public void drawScreen(int p_73863_1_,
        +              int p_73863_2_,
        +              float p_73863_3_)
        +
        +
        Overrides:
        +
        drawScreen in class GuiScreen
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/PlayerControllerMP.html b/javadoc/net/minecraft/client/multiplayer/PlayerControllerMP.html new file mode 100644 index 0000000..63578db --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/PlayerControllerMP.html @@ -0,0 +1,658 @@ + + + + + +PlayerControllerMP (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class PlayerControllerMP

+
+
+ +
+
    +
  • +
    +
    +
    public class PlayerControllerMP
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        clickBlockCreative

        +
        public static void clickBlockCreative(Minecraft p_78744_0_,
        +                      PlayerControllerMP p_78744_1_,
        +                      int p_78744_2_,
        +                      int p_78744_3_,
        +                      int p_78744_4_,
        +                      int p_78744_5_)
        +
      • +
      + + + +
        +
      • +

        setPlayerCapabilities

        +
        public void setPlayerCapabilities(EntityPlayer p_78748_1_)
        +
      • +
      + + + +
        +
      • +

        enableEverythingIsScrewedUpMode

        +
        public boolean enableEverythingIsScrewedUpMode()
        +
      • +
      + + + + + + + +
        +
      • +

        flipPlayer

        +
        public void flipPlayer(EntityPlayer p_78745_1_)
        +
      • +
      + + + +
        +
      • +

        shouldDrawHUD

        +
        public boolean shouldDrawHUD()
        +
      • +
      + + + +
        +
      • +

        onPlayerDestroyBlock

        +
        public boolean onPlayerDestroyBlock(int p_78751_1_,
        +                           int p_78751_2_,
        +                           int p_78751_3_,
        +                           int p_78751_4_)
        +
      • +
      + + + +
        +
      • +

        clickBlock

        +
        public void clickBlock(int p_78743_1_,
        +              int p_78743_2_,
        +              int p_78743_3_,
        +              int p_78743_4_)
        +
      • +
      + + + +
        +
      • +

        resetBlockRemoving

        +
        public void resetBlockRemoving()
        +
      • +
      + + + +
        +
      • +

        onPlayerDamageBlock

        +
        public void onPlayerDamageBlock(int p_78759_1_,
        +                       int p_78759_2_,
        +                       int p_78759_3_,
        +                       int p_78759_4_)
        +
      • +
      + + + +
        +
      • +

        getBlockReachDistance

        +
        public float getBlockReachDistance()
        +
      • +
      + + + +
        +
      • +

        updateController

        +
        public void updateController()
        +
      • +
      + + + +
        +
      • +

        onPlayerRightClick

        +
        public boolean onPlayerRightClick(EntityPlayer p_78760_1_,
        +                         World p_78760_2_,
        +                         ItemStack p_78760_3_,
        +                         int p_78760_4_,
        +                         int p_78760_5_,
        +                         int p_78760_6_,
        +                         int p_78760_7_,
        +                         Vec3 p_78760_8_)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        attackEntity

        +
        public void attackEntity(EntityPlayer p_78764_1_,
        +                Entity p_78764_2_)
        +
      • +
      + + + +
        +
      • +

        interactWithEntitySendPacket

        +
        public boolean interactWithEntitySendPacket(EntityPlayer p_78768_1_,
        +                                   Entity p_78768_2_)
        +
      • +
      + + + +
        +
      • +

        windowClick

        +
        public ItemStack windowClick(int p_78753_1_,
        +                    int p_78753_2_,
        +                    int p_78753_3_,
        +                    int p_78753_4_,
        +                    EntityPlayer p_78753_5_)
        +
      • +
      + + + +
        +
      • +

        sendEnchantPacket

        +
        public void sendEnchantPacket(int p_78756_1_,
        +                     int p_78756_2_)
        +
      • +
      + + + +
        +
      • +

        sendSlotPacket

        +
        public void sendSlotPacket(ItemStack p_78761_1_,
        +                  int p_78761_2_)
        +
      • +
      + + + +
        +
      • +

        sendPacketDropItem

        +
        public void sendPacketDropItem(ItemStack p_78752_1_)
        +
      • +
      + + + +
        +
      • +

        onStoppedUsingItem

        +
        public void onStoppedUsingItem(EntityPlayer p_78766_1_)
        +
      • +
      + + + +
        +
      • +

        gameIsSurvivalOrAdventure

        +
        public boolean gameIsSurvivalOrAdventure()
        +
      • +
      + + + +
        +
      • +

        isNotCreative

        +
        public boolean isNotCreative()
        +
      • +
      + + + +
        +
      • +

        isInCreativeMode

        +
        public boolean isInCreativeMode()
        +
      • +
      + + + +
        +
      • +

        extendedReach

        +
        public boolean extendedReach()
        +
      • +
      + + + +
        +
      • +

        func_110738_j

        +
        public boolean func_110738_j()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/ServerAddress.html b/javadoc/net/minecraft/client/multiplayer/ServerAddress.html new file mode 100644 index 0000000..8a3c01c --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/ServerAddress.html @@ -0,0 +1,284 @@ + + + + + +ServerAddress (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class ServerAddress

+
+
+ +
+
    +
  • +
    +
    +
    public class ServerAddress
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected ServerAddress(java.lang.String p_i1192_1_, + int p_i1192_2_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static ServerAddressfunc_78860_a(java.lang.String p_78860_0_) 
      java.lang.StringgetIP() 
      intgetPort() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        ServerAddress

        +
        protected ServerAddress(java.lang.String p_i1192_1_,
        +             int p_i1192_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getIP

        +
        public java.lang.String getIP()
        +
      • +
      + + + +
        +
      • +

        getPort

        +
        public int getPort()
        +
      • +
      + + + +
        +
      • +

        func_78860_a

        +
        public static ServerAddress func_78860_a(java.lang.String p_78860_0_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/ServerData.ServerResourceMode.html b/javadoc/net/minecraft/client/multiplayer/ServerData.ServerResourceMode.html new file mode 100644 index 0000000..69ec036 --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/ServerData.ServerResourceMode.html @@ -0,0 +1,346 @@ + + + + + +ServerData.ServerResourceMode (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Enum ServerData.ServerResourceMode

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      DISABLED 
      ENABLED 
      PROMPT 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      IChatComponentfunc_152589_a() 
      static ServerData.ServerResourceModevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static ServerData.ServerResourceMode[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static ServerData.ServerResourceMode[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (ServerData.ServerResourceMode c : ServerData.ServerResourceMode.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static ServerData.ServerResourceMode valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/ServerData.html b/javadoc/net/minecraft/client/multiplayer/ServerData.html new file mode 100644 index 0000000..d7574ab --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/ServerData.html @@ -0,0 +1,522 @@ + + + + + +ServerData (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class ServerData

+
+
+ +
+
    +
  • +
    +
    +
    public class ServerData
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        serverName

        +
        public java.lang.String serverName
        +
      • +
      + + + +
        +
      • +

        serverIP

        +
        public java.lang.String serverIP
        +
      • +
      + + + +
        +
      • +

        populationInfo

        +
        public java.lang.String populationInfo
        +
      • +
      + + + +
        +
      • +

        serverMOTD

        +
        public java.lang.String serverMOTD
        +
      • +
      + + + +
        +
      • +

        pingToServer

        +
        public long pingToServer
        +
      • +
      + + + +
        +
      • +

        field_82821_f

        +
        public int field_82821_f
        +
      • +
      + + + +
        +
      • +

        gameVersion

        +
        public java.lang.String gameVersion
        +
      • +
      + + + +
        +
      • +

        field_78841_f

        +
        public boolean field_78841_f
        +
      • +
      + + + +
        +
      • +

        field_147412_i

        +
        public java.lang.String field_147412_i
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServerData

        +
        public ServerData(java.lang.String p_i1193_1_,
        +          java.lang.String p_i1193_2_)
        +
      • +
      + + + +
        +
      • +

        ServerData

        +
        public ServerData(java.lang.String p_i1055_1_,
        +          java.lang.String p_i1055_2_,
        +          boolean p_i1055_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        getServerDataFromNBTCompound

        +
        public static ServerData getServerDataFromNBTCompound(NBTTagCompound p_78837_0_)
        +
      • +
      + + + +
        +
      • +

        getBase64EncodedIconData

        +
        public java.lang.String getBase64EncodedIconData()
        +
      • +
      + + + +
        +
      • +

        func_147407_a

        +
        public void func_147407_a(java.lang.String p_147407_1_)
        +
      • +
      + + + +
        +
      • +

        func_152583_a

        +
        public void func_152583_a(ServerData p_152583_1_)
        +
      • +
      + + + +
        +
      • +

        func_152585_d

        +
        public boolean func_152585_d()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/ServerList.html b/javadoc/net/minecraft/client/multiplayer/ServerList.html new file mode 100644 index 0000000..fbbdf51 --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/ServerList.html @@ -0,0 +1,362 @@ + + + + + +ServerList (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class ServerList

+
+
+ +
+
    +
  • +
    +
    +
    public class ServerList
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServerList

        +
        public ServerList(Minecraft p_i1194_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        loadServerList

        +
        public void loadServerList()
        +
      • +
      + + + +
        +
      • +

        saveServerList

        +
        public void saveServerList()
        +
      • +
      + + + +
        +
      • +

        getServerData

        +
        public ServerData getServerData(int p_78850_1_)
        +
      • +
      + + + +
        +
      • +

        removeServerData

        +
        public void removeServerData(int p_78851_1_)
        +
      • +
      + + + +
        +
      • +

        addServerData

        +
        public void addServerData(ServerData p_78849_1_)
        +
      • +
      + + + +
        +
      • +

        countServers

        +
        public int countServers()
        +
      • +
      + + + +
        +
      • +

        swapServers

        +
        public void swapServers(int p_78857_1_,
        +               int p_78857_2_)
        +
      • +
      + + + +
        +
      • +

        func_147413_a

        +
        public void func_147413_a(int p_147413_1_,
        +                 ServerData p_147413_2_)
        +
      • +
      + + + +
        +
      • +

        func_147414_b

        +
        public static void func_147414_b(ServerData p_147414_0_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/ThreadLanServerPing.html b/javadoc/net/minecraft/client/multiplayer/ThreadLanServerPing.html new file mode 100644 index 0000000..04e2ba3 --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/ThreadLanServerPing.html @@ -0,0 +1,369 @@ + + + + + +ThreadLanServerPing (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class ThreadLanServerPing

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Runnable
    +
    +
    +
    +
    public class ThreadLanServerPing
    +extends java.lang.Thread
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.lang.Thread

        +java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class java.lang.Thread

        +MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ThreadLanServerPing(java.lang.String p_i1321_1_, + java.lang.String p_i1321_2_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringgetAdFromPingResponse(java.lang.String p_77523_0_) 
      static java.lang.StringgetMotdFromPingResponse(java.lang.String p_77524_0_) 
      static java.lang.StringgetPingResponse(java.lang.String p_77525_0_, + java.lang.String p_77525_1_) 
      voidinterrupt() 
      voidrun() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Thread

        +activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ThreadLanServerPing

        +
        public ThreadLanServerPing(java.lang.String p_i1321_1_,
        +                   java.lang.String p_i1321_2_)
        +                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        run

        +
        public void run()
        +
        +
        Specified by:
        +
        run in interface java.lang.Runnable
        +
        Overrides:
        +
        run in class java.lang.Thread
        +
        +
      • +
      + + + +
        +
      • +

        interrupt

        +
        public void interrupt()
        +
        +
        Overrides:
        +
        interrupt in class java.lang.Thread
        +
        +
      • +
      + + + +
        +
      • +

        getPingResponse

        +
        public static java.lang.String getPingResponse(java.lang.String p_77525_0_,
        +                               java.lang.String p_77525_1_)
        +
      • +
      + + + +
        +
      • +

        getMotdFromPingResponse

        +
        public static java.lang.String getMotdFromPingResponse(java.lang.String p_77524_0_)
        +
      • +
      + + + +
        +
      • +

        getAdFromPingResponse

        +
        public static java.lang.String getAdFromPingResponse(java.lang.String p_77523_0_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/WorldClient.html b/javadoc/net/minecraft/client/multiplayer/WorldClient.html new file mode 100644 index 0000000..ab488aa --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/WorldClient.html @@ -0,0 +1,708 @@ + + + + + +WorldClient (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.multiplayer
+

Class WorldClient

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IBlockAccess
    +
    +
    +
    +
    public class WorldClient
    +extends World
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        tick

        +
        public void tick()
        +
        +
        Overrides:
        +
        tick in class World
        +
        +
      • +
      + + + +
        +
      • +

        invalidateBlockReceiveRegion

        +
        public void invalidateBlockReceiveRegion(int p_73031_1_,
        +                                int p_73031_2_,
        +                                int p_73031_3_,
        +                                int p_73031_4_,
        +                                int p_73031_5_,
        +                                int p_73031_6_)
        +
      • +
      + + + + + + + +
        +
      • +

        func_147456_g

        +
        protected void func_147456_g()
        +
        +
        Overrides:
        +
        func_147456_g in class World
        +
        +
      • +
      + + + +
        +
      • +

        doPreChunk

        +
        public void doPreChunk(int p_73025_1_,
        +              int p_73025_2_,
        +              boolean p_73025_3_)
        +
      • +
      + + + + + + + +
        +
      • +

        removeEntity

        +
        public void removeEntity(Entity p_72900_1_)
        +
        +
        Overrides:
        +
        removeEntity in class World
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        addEntityToWorld

        +
        public void addEntityToWorld(int p_73027_1_,
        +                    Entity p_73027_2_)
        +
      • +
      + + + +
        +
      • +

        getEntityByID

        +
        public Entity getEntityByID(int p_73045_1_)
        +
        +
        Specified by:
        +
        getEntityByID in class World
        +
        +
      • +
      + + + +
        +
      • +

        removeEntityFromWorld

        +
        public Entity removeEntityFromWorld(int p_73028_1_)
        +
      • +
      + + + +
        +
      • +

        func_147492_c

        +
        public boolean func_147492_c(int p_147492_1_,
        +                    int p_147492_2_,
        +                    int p_147492_3_,
        +                    Block p_147492_4_,
        +                    int p_147492_5_)
        +
      • +
      + + + + + + + +
        +
      • +

        updateWeather

        +
        protected void updateWeather()
        +
        +
        Overrides:
        +
        updateWeather in class World
        +
        +
      • +
      + + + +
        +
      • +

        updateWeatherBody

        +
        public void updateWeatherBody()
        +
        +
        Overrides:
        +
        updateWeatherBody in class World
        +
        +
      • +
      + + + +
        +
      • +

        func_152379_p

        +
        protected int func_152379_p()
        +
        +
        Specified by:
        +
        func_152379_p in class World
        +
        +
      • +
      + + + +
        +
      • +

        doVoidFogParticles

        +
        public void doVoidFogParticles(int p_73029_1_,
        +                      int p_73029_2_,
        +                      int p_73029_3_)
        +
      • +
      + + + +
        +
      • +

        removeAllEntities

        +
        public void removeAllEntities()
        +
      • +
      + + + + + + + +
        +
      • +

        playSound

        +
        public void playSound(double p_72980_1_,
        +             double p_72980_3_,
        +             double p_72980_5_,
        +             java.lang.String p_72980_7_,
        +             float p_72980_8_,
        +             float p_72980_9_,
        +             boolean p_72980_10_)
        +
        +
        Overrides:
        +
        playSound in class World
        +
        +
      • +
      + + + +
        +
      • +

        makeFireworks

        +
        public void makeFireworks(double p_92088_1_,
        +                 double p_92088_3_,
        +                 double p_92088_5_,
        +                 double p_92088_7_,
        +                 double p_92088_9_,
        +                 double p_92088_11_,
        +                 NBTTagCompound p_92088_13_)
        +
        +
        Overrides:
        +
        makeFireworks in class World
        +
        +
      • +
      + + + +
        +
      • +

        setWorldScoreboard

        +
        public void setWorldScoreboard(Scoreboard p_96443_1_)
        +
      • +
      + + + +
        +
      • +

        setWorldTime

        +
        public void setWorldTime(long p_72877_1_)
        +
        +
        Overrides:
        +
        setWorldTime in class World
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/package-frame.html b/javadoc/net/minecraft/client/multiplayer/package-frame.html new file mode 100644 index 0000000..c523574 --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/package-frame.html @@ -0,0 +1,30 @@ + + + + + +net.minecraft.client.multiplayer (Forge API) + + + + +

net.minecraft.client.multiplayer

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/net/minecraft/client/multiplayer/package-summary.html b/javadoc/net/minecraft/client/multiplayer/package-summary.html new file mode 100644 index 0000000..d925b36 --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/package-summary.html @@ -0,0 +1,174 @@ + + + + + +net.minecraft.client.multiplayer (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.client.multiplayer

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/multiplayer/package-tree.html b/javadoc/net/minecraft/client/multiplayer/package-tree.html new file mode 100644 index 0000000..6776c2e --- /dev/null +++ b/javadoc/net/minecraft/client/multiplayer/package-tree.html @@ -0,0 +1,161 @@ + + + + + +net.minecraft.client.multiplayer Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.client.multiplayer

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

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