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

Interface IWorldAccess

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidbroadcastSound(int p_82746_1_, + int p_82746_2_, + int p_82746_3_, + int p_82746_4_, + int p_82746_5_) 
      voiddestroyBlockPartially(int p_147587_1_, + int p_147587_2_, + int p_147587_3_, + int p_147587_4_, + int p_147587_5_) 
      voidmarkBlockForRenderUpdate(int p_147588_1_, + int p_147588_2_, + int p_147588_3_) 
      voidmarkBlockForUpdate(int p_147586_1_, + int p_147586_2_, + int p_147586_3_) 
      voidmarkBlockRangeForRenderUpdate(int p_147585_1_, + int p_147585_2_, + int p_147585_3_, + int p_147585_4_, + int p_147585_5_, + int p_147585_6_) 
      voidonEntityCreate(Entity p_72703_1_) 
      voidonEntityDestroy(Entity p_72709_1_) 
      voidonStaticEntitiesChanged() 
      voidplayAuxSFX(EntityPlayer p_72706_1_, + int p_72706_2_, + int p_72706_3_, + int p_72706_4_, + int p_72706_5_, + int p_72706_6_) 
      voidplayRecord(java.lang.String p_72702_1_, + int p_72702_2_, + int p_72702_3_, + int p_72702_4_) 
      voidplaySound(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_) 
      voidplaySoundToNearExcept(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_) 
      voidspawnParticle(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_) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        markBlockForUpdate

        +
        void markBlockForUpdate(int p_147586_1_,
        +                      int p_147586_2_,
        +                      int p_147586_3_)
        +
      • +
      + + + +
        +
      • +

        markBlockForRenderUpdate

        +
        void markBlockForRenderUpdate(int p_147588_1_,
        +                            int p_147588_2_,
        +                            int p_147588_3_)
        +
      • +
      + + + +
        +
      • +

        markBlockRangeForRenderUpdate

        +
        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_)
        +
      • +
      + + + +
        +
      • +

        playSound

        +
        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_)
        +
      • +
      + + + +
        +
      • +

        playSoundToNearExcept

        +
        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_)
        +
      • +
      + + + +
        +
      • +

        spawnParticle

        +
        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_)
        +
      • +
      + + + +
        +
      • +

        onEntityCreate

        +
        void onEntityCreate(Entity p_72703_1_)
        +
      • +
      + + + +
        +
      • +

        onEntityDestroy

        +
        void onEntityDestroy(Entity p_72709_1_)
        +
      • +
      + + + +
        +
      • +

        playRecord

        +
        void playRecord(java.lang.String p_72702_1_,
        +              int p_72702_2_,
        +              int p_72702_3_,
        +              int p_72702_4_)
        +
      • +
      + + + +
        +
      • +

        broadcastSound

        +
        void broadcastSound(int p_82746_1_,
        +                  int p_82746_2_,
        +                  int p_82746_3_,
        +                  int p_82746_4_,
        +                  int p_82746_5_)
        +
      • +
      + + + +
        +
      • +

        playAuxSFX

        +
        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_)
        +
      • +
      + + + +
        +
      • +

        destroyBlockPartially

        +
        void destroyBlockPartially(int p_147587_1_,
        +                         int p_147587_2_,
        +                         int p_147587_3_,
        +                         int p_147587_4_,
        +                         int p_147587_5_)
        +
      • +
      + + + +
        +
      • +

        onStaticEntitiesChanged

        +
        void onStaticEntitiesChanged()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3