This commit is contained in:
Anuken
2020-02-10 15:51:01 -05:00
parent 86d5842868
commit 47023af3d5
4 changed files with 6 additions and 351 deletions
@@ -131,6 +131,10 @@ public class EntityGroup<T extends Entityc> implements Iterable<T>{
return array.size == 0;
}
public T index(int i){
return array.get(i);
}
public int size(){
return array.size;
}