Don't break Forge world loading
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package baritone.utils.accessor;
|
||||
|
||||
public interface IBitArray {
|
||||
int getAtFast(int index);
|
||||
|
||||
int[] toArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user