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 --- javadoc/net/minecraft/world/chunk/NibbleArray.html | 329 --------------------- 1 file changed, 329 deletions(-) delete mode 100644 javadoc/net/minecraft/world/chunk/NibbleArray.html (limited to 'javadoc/net/minecraft/world/chunk/NibbleArray.html') diff --git a/javadoc/net/minecraft/world/chunk/NibbleArray.html b/javadoc/net/minecraft/world/chunk/NibbleArray.html deleted file mode 100644 index 2f64063..0000000 --- a/javadoc/net/minecraft/world/chunk/NibbleArray.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - -NibbleArray (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk
-

Class NibbleArray

-
-
- -
-
    -
  • -
    -
    -
    public class NibbleArray
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      byte[]data 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      NibbleArray(byte[] p_i1993_1_, - int p_i1993_2_) 
      NibbleArray(int p_i1992_1_, - int p_i1992_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intget(int p_76582_1_, - int p_76582_2_, - int p_76582_3_) 
      voidset(int p_76581_1_, - int p_76581_2_, - int p_76581_3_, - int p_76581_4_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        data

        -
        public final byte[] data
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NibbleArray

        -
        public NibbleArray(int p_i1992_1_,
        -           int p_i1992_2_)
        -
      • -
      - - - -
        -
      • -

        NibbleArray

        -
        public NibbleArray(byte[] p_i1993_1_,
        -           int p_i1993_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        get

        -
        public int get(int p_76582_1_,
        -      int p_76582_2_,
        -      int p_76582_3_)
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(int p_76581_1_,
        -       int p_76581_2_,
        -       int p_76581_3_,
        -       int p_76581_4_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3