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