Advertisement
tahg

Untitled

Sep 15th, 2011
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.33 KB | None | 0 0
  1.     public Chunk(World world, byte abyte0[], int i, int j)
  2.     {
  3.         this(world, i, j);
  4.         field_1539_b = abyte0;
  5.         world.getClass();
  6.         field_1536_e = new NibbleArray(abyte0.length, 7);
  7.         world.getClass();
  8.         field_1535_f = new NibbleArray(abyte0.length, 7);
  9.         world.getClass();
  10.         field_1534_g = new NibbleArray(abyte0.length, 7);
  11.     }
  12.  
  13.  
  14.     public Chunk(World world1, byte abyte0[], int j, int l)
  15.     {
  16.     //    0    0:aload_0        
  17.     //    1    1:aload_1        
  18.     //    2    2:iload_3        
  19.     //    3    3:iload           4
  20.     //    4    5:invokespecial   #88  <Method void Chunk(World, int, int)>
  21.     //    5    8:aload_0        
  22.     //    6    9:aload_2        
  23.     //    7   10:putfield        #90  <Field byte[] b>
  24.     //    8   13:aload_0        
  25.     //    9   14:new             #92  <Class NibbleArray>
  26.     //   10   17:dup            
  27.     //   11   18:aload_2        
  28.     //   12   19:arraylength    
  29.     //   13   20:aload_1        
  30.     //   14   21:invokevirtual   #64  <Method Class Object.getClass()>
  31.     //   15   24:pop            
  32.     //   16   25:bipush          7
  33.     //   17   27:invokespecial   #95  <Method void NibbleArray(int, int)>
  34.     //   18   30:putfield        #97  <Field NibbleArray g>
  35.     //   19   33:aload_0        
  36.     //   20   34:new             #92  <Class NibbleArray>
  37.     //   21   37:dup            
  38.     //   22   38:aload_2        
  39.     //   23   39:arraylength    
  40.     //   24   40:aload_1        
  41.     //   25   41:invokevirtual   #64  <Method Class Object.getClass()>
  42.     //   26   44:pop            
  43.     //   27   45:bipush          7
  44.     //   28   47:invokespecial   #95  <Method void NibbleArray(int, int)>
  45.     //   29   50:putfield        #99  <Field NibbleArray h>
  46.     //   30   53:aload_0        
  47.     //   31   54:new             #92  <Class NibbleArray>
  48.     //   32   57:dup            
  49.     //   33   58:aload_2        
  50.     //   34   59:arraylength    
  51.     //   35   60:aload_1        
  52.     //   36   61:invokevirtual   #64  <Method Class Object.getClass()>
  53.     //   37   64:pop            
  54.     //   38   65:bipush          7
  55.     //   39   67:invokespecial   #95  <Method void NibbleArray(int, int)>
  56.     //   40   70:putfield        #101 <Field NibbleArray i>
  57.     //   41   73:return          
  58.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement