c l e a n u p

This commit is contained in:
Anuken
2020-02-05 18:28:19 -05:00
75 changed files with 2583 additions and 2600 deletions
@@ -31,6 +31,10 @@ public class EntityGroup<T extends Entityc> implements Iterable<T>{
}
}
public void sort(Comparator<? super T> comp){
array.sort(comp);
}
public void update(){
if(useTree()){