Don't break Forge world loading

This commit is contained in:
Logan Darklock
2019-08-31 06:38:36 -07:00
parent b924e8511b
commit 2ee313a795
4 changed files with 61 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
package baritone.utils.accessor;
public interface IBitArray {
int getAtFast(int index);
int[] toArray();
}