Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. /* Node_Sub8 - Decompiled by JODE
  2. *
  3. */
  4.  
  5. public class FloorItemNode extends Node
  6. {
  7. protected int id;
  8. static Class151 aClass151_7066 = new Class151(8, 0, 4, 1);
  9. protected int amount;
  10. static long aLong7068;
  11. static int anInt7069;
  12. static int anInt7070;
  13. static int anInt7071;
  14.  
  15. static final void method2423(byte b) {
  16. for (CacheNode_Sub13 cachenode_sub13 = (CacheNode_Sub13) Class368.aClass312_4549.getFirst(65280); cachenode_sub13 != null; cachenode_sub13 = (CacheNode_Sub13) Class368.aClass312_4549.getNext(16776960)) {
  17. if (Class251.method3101(cachenode_sub13.anInt9562, (byte) -62)) {
  18. Node_Sub52.method2974(-1, cachenode_sub13);
  19. }
  20. }
  21. if (b != -42) {
  22. method2424(-48);
  23. }
  24. anInt7071++;
  25. }
  26.  
  27. static final void method2424(int i) {
  28. Class320_Sub23.aClass123_8432.method1511((byte) 126);
  29. anInt7069++;
  30. Class320_Sub23.aClass123_8432.incomming_packet = null;
  31. Class320_Sub23.aClass123_8432.aPacket1570.offset = 0;
  32. Class320_Sub23.aClass123_8432.anInt1578 = 0;
  33. Class320_Sub23.aClass123_8432.aClass192_1573 = null;
  34. Class320_Sub23.aClass123_8432.aClass192_1582 = null;
  35. Class320_Sub23.aClass123_8432.anInt1581 = 0;
  36. Node_Sub19.anInt7163 = 0;
  37. Class320_Sub23.aClass123_8432.aClass192_1574 = null;
  38. Class281.method3384((byte) -73);
  39. Class320_Sub29.method3790((byte) -56);
  40. for (int i_0_ = 0; i_0_ < 2048; i_0_++)
  41. Class270_Sub2.LOCAL_PLAYERS[i_0_] = null;
  42. Class295.myPlayer = null;
  43. for (int i_1_ = 0; Node_Sub32.cachedNPCcsCount > i_1_; i_1_++) {
  44. Npc npc = Class314.LocalNPCs[i_1_].aNpc7518;
  45. if (npc != null) {
  46. npc.faceEntity = -1;
  47. }
  48. }
  49. Class303.method3543((byte) 93);
  50. Class320_Sub22.anInt8415 = 1;
  51. Class367.anInt4541 = Class368.anInt4551 = -1;
  52. Class48.method478(11, (byte) 119);
  53. for (int i_2_ = i; i_2_ < 100; i_2_++)
  54. Class195.aBooleanArray2387[i_2_] = true;
  55. Class202.method2027(200);
  56. Class359.aLong4466 = 0L;
  57. Class117.aNode_Sub7_1472 = null;
  58. }
  59.  
  60. public static void method2425(int i) {
  61. aClass151_7066 = null;
  62. if (i <= 78) {
  63. method2423((byte) 108);
  64. }
  65. }
  66.  
  67. FloorItemNode(int i, int i_3_) {
  68. System.out.println("Created floor item [id:" + i+", amount:" + i_3_ +"]");
  69. id = i;
  70. amount = i_3_;
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement