From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../minecraft/client/renderer/RenderGlobal.html | 944 +++++++++++++++++++++ 1 file changed, 944 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/RenderGlobal.html (limited to 'javadoc/net/minecraft/client/renderer/RenderGlobal.html') diff --git a/javadoc/net/minecraft/client/renderer/RenderGlobal.html b/javadoc/net/minecraft/client/renderer/RenderGlobal.html new file mode 100644 index 0000000..247aa73 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/RenderGlobal.html @@ -0,0 +1,944 @@ + + + + + +RenderGlobal (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer
+

Class RenderGlobal

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IWorldAccess
    +
    +
    +
    +
    public class RenderGlobal
    +extends java.lang.Object
    +implements IWorldAccess
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        tileEntities

        +
        public java.util.List tileEntities
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderGlobal

        +
        public RenderGlobal(Minecraft p_i1249_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setWorldAndLoadRenderers

        +
        public void setWorldAndLoadRenderers(WorldClient p_72732_1_)
        +
      • +
      + + + +
        +
      • +

        loadRenderers

        +
        public void loadRenderers()
        +
      • +
      + + + +
        +
      • +

        renderEntities

        +
        public void renderEntities(EntityLivingBase p_147589_1_,
        +                  ICamera p_147589_2_,
        +                  float p_147589_3_)
        +
      • +
      + + + +
        +
      • +

        getDebugInfoRenders

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

        getDebugInfoEntities

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

        rebuildDisplayListEntities

        +
        public void rebuildDisplayListEntities()
        +
      • +
      + + + +
        +
      • +

        sortAndRender

        +
        public int sortAndRender(EntityLivingBase p_72719_1_,
        +                int p_72719_2_,
        +                double p_72719_3_)
        +
      • +
      + + + +
        +
      • +

        renderAllRenderLists

        +
        public void renderAllRenderLists(int p_72733_1_,
        +                        double p_72733_2_)
        +
      • +
      + + + +
        +
      • +

        updateClouds

        +
        public void updateClouds()
        +
      • +
      + + + +
        +
      • +

        renderSky

        +
        public void renderSky(float p_72714_1_)
        +
      • +
      + + + +
        +
      • +

        renderClouds

        +
        public void renderClouds(float p_72718_1_)
        +
      • +
      + + + +
        +
      • +

        hasCloudFog

        +
        public boolean hasCloudFog(double p_72721_1_,
        +                  double p_72721_3_,
        +                  double p_72721_5_,
        +                  float p_72721_7_)
        +
      • +
      + + + +
        +
      • +

        renderCloudsFancy

        +
        public void renderCloudsFancy(float p_72736_1_)
        +
      • +
      + + + +
        +
      • +

        updateRenderers

        +
        public boolean updateRenderers(EntityLivingBase p_72716_1_,
        +                      boolean p_72716_2_)
        +
      • +
      + + + +
        +
      • +

        drawBlockDamageTexture

        +
        public void drawBlockDamageTexture(Tessellator p_72717_1_,
        +                          EntityPlayer p_72717_2_,
        +                          float p_72717_3_)
        +
      • +
      + + + +
        +
      • +

        drawBlockDamageTexture

        +
        public void drawBlockDamageTexture(Tessellator p_72717_1_,
        +                          EntityLivingBase p_72717_2_,
        +                          float p_72717_3_)
        +
      • +
      + + + + + + + +
        +
      • +

        drawOutlinedBoundingBox

        +
        public static void drawOutlinedBoundingBox(AxisAlignedBB p_147590_0_,
        +                           int p_147590_1_)
        +
      • +
      + + + +
        +
      • +

        markBlocksForUpdate

        +
        public void markBlocksForUpdate(int p_72725_1_,
        +                       int p_72725_2_,
        +                       int p_72725_3_,
        +                       int p_72725_4_,
        +                       int p_72725_5_,
        +                       int p_72725_6_)
        +
      • +
      + + + +
        +
      • +

        markBlockForUpdate

        +
        public void markBlockForUpdate(int p_147586_1_,
        +                      int p_147586_2_,
        +                      int p_147586_3_)
        +
        +
        Specified by:
        +
        markBlockForUpdate in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        markBlockForRenderUpdate

        +
        public void markBlockForRenderUpdate(int p_147588_1_,
        +                            int p_147588_2_,
        +                            int p_147588_3_)
        +
        +
        Specified by:
        +
        markBlockForRenderUpdate in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        markBlockRangeForRenderUpdate

        +
        public void markBlockRangeForRenderUpdate(int p_147585_1_,
        +                                 int p_147585_2_,
        +                                 int p_147585_3_,
        +                                 int p_147585_4_,
        +                                 int p_147585_5_,
        +                                 int p_147585_6_)
        +
        +
        Specified by:
        +
        markBlockRangeForRenderUpdate in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        clipRenderersByFrustum

        +
        public void clipRenderersByFrustum(ICamera p_72729_1_,
        +                          float p_72729_2_)
        +
      • +
      + + + +
        +
      • +

        playRecord

        +
        public void playRecord(java.lang.String p_72702_1_,
        +              int p_72702_2_,
        +              int p_72702_3_,
        +              int p_72702_4_)
        +
        +
        Specified by:
        +
        playRecord in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        playSound

        +
        public void playSound(java.lang.String p_72704_1_,
        +             double p_72704_2_,
        +             double p_72704_4_,
        +             double p_72704_6_,
        +             float p_72704_8_,
        +             float p_72704_9_)
        +
        +
        Specified by:
        +
        playSound in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        playSoundToNearExcept

        +
        public void playSoundToNearExcept(EntityPlayer p_85102_1_,
        +                         java.lang.String p_85102_2_,
        +                         double p_85102_3_,
        +                         double p_85102_5_,
        +                         double p_85102_7_,
        +                         float p_85102_9_,
        +                         float p_85102_10_)
        +
        +
        Specified by:
        +
        playSoundToNearExcept in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        spawnParticle

        +
        public void spawnParticle(java.lang.String p_72708_1_,
        +                 double p_72708_2_,
        +                 double p_72708_4_,
        +                 double p_72708_6_,
        +                 double p_72708_8_,
        +                 double p_72708_10_,
        +                 double p_72708_12_)
        +
        +
        Specified by:
        +
        spawnParticle in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        doSpawnParticle

        +
        public EntityFX doSpawnParticle(java.lang.String p_72726_1_,
        +                       double p_72726_2_,
        +                       double p_72726_4_,
        +                       double p_72726_6_,
        +                       double p_72726_8_,
        +                       double p_72726_10_,
        +                       double p_72726_12_)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        deleteAllDisplayLists

        +
        public void deleteAllDisplayLists()
        +
      • +
      + + + +
        +
      • +

        broadcastSound

        +
        public void broadcastSound(int p_82746_1_,
        +                  int p_82746_2_,
        +                  int p_82746_3_,
        +                  int p_82746_4_,
        +                  int p_82746_5_)
        +
        +
        Specified by:
        +
        broadcastSound in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        playAuxSFX

        +
        public void playAuxSFX(EntityPlayer p_72706_1_,
        +              int p_72706_2_,
        +              int p_72706_3_,
        +              int p_72706_4_,
        +              int p_72706_5_,
        +              int p_72706_6_)
        +
        +
        Specified by:
        +
        playAuxSFX in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        destroyBlockPartially

        +
        public void destroyBlockPartially(int p_147587_1_,
        +                         int p_147587_2_,
        +                         int p_147587_3_,
        +                         int p_147587_4_,
        +                         int p_147587_5_)
        +
        +
        Specified by:
        +
        destroyBlockPartially in interface IWorldAccess
        +
        +
      • +
      + + + +
        +
      • +

        registerDestroyBlockIcons

        +
        public void registerDestroyBlockIcons(IIconRegister p_94140_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3