Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. public Model method160() {
  2. if (childrenIDs != null) {
  3. EntityDef entityDef = method161();
  4. if (entityDef == null)
  5. return null;
  6. else
  7. return entityDef.method160();
  8. }
  9. if (anIntArray73 == null)
  10. return null;
  11. boolean flag1 = false;
  12. for (int i = 0; i < anIntArray73.length; i )
  13. if (!Model.method463(anIntArray73[i]))
  14. flag1 = true;
  15.  
  16. if (flag1)
  17. return null;
  18. Model aclass30_sub2_sub4_sub6s[] = new Model[anIntArray73.length];
  19. for (int j = 0; j < anIntArray73.length; j )
  20. aclass30_sub2_sub4_sub6s[j] = Model.method462(anIntArray73[j]);
  21.  
  22. Model model;
  23. if (aclass30_sub2_sub4_sub6s.length == 1)
  24. model = aclass30_sub2_sub4_sub6s[0];
  25. else
  26. model = new Model(aclass30_sub2_sub4_sub6s.length, aclass30_sub2_sub4_sub6s);
  27. if (anIntArray76 != null) {
  28. for (int k = 0; k < anIntArray76.length; k )
  29. model.method476(anIntArray76[k], anIntArray70[k]);
  30.  
  31. }
  32. return model;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement