From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/world/chunk/NibbleArray.html | 329 +++++++++++++++++++++ 1 file changed, 329 insertions(+) create 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 new file mode 100644 index 0000000..2f64063 --- /dev/null +++ b/javadoc/net/minecraft/world/chunk/NibbleArray.html @@ -0,0 +1,329 @@ + + + + + +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