Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. package fr.haykuu.lowaryaminage.Objects;
  2.  
  3. import java.util.ArrayList;
  4.  
  5. import javax.tools.DocumentationTool.Location;
  6.  
  7. public class Area {
  8.  
  9. String name;
  10. ArrayList<Location> locations;
  11. String[] owners;
  12.  
  13. public Area(String name, Location l1, Location l2) {
  14.  
  15.  
  16.  
  17. }
  18.  
  19. public ArrayList<Location> generateCube(Location l1, Location l2) {
  20.  
  21. ArrayList<Location> temp = new ArrayList<Location>();
  22.  
  23. int MinX, MaxX, MinY, MaxY, MinZ, MaxZ;
  24.  
  25.  
  26. /// c'est ici le getX
  27. if(l1.get)
  28.  
  29.  
  30. return null;
  31. }
  32.  
  33.  
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement