fixed item tap

This commit is contained in:
sharlotte
2021-08-26 09:55:08 +09:00
parent 09e5c4bc9e
commit 0c76cd3ec8
4 changed files with 19 additions and 25 deletions

View File

@@ -38,18 +38,6 @@ public class BarInfo {
static Seq<String> strings = Seq.with("","","","","","");
static FloatSeq numbers = FloatSeq.with(0f,0f,0f,0f,0f,0f);
static Seq<Color> colors = Seq.with(Color.clear,Color.clear,Color.clear,Color.clear,Color.clear,Color.clear);
static Field linkedCore; // Versions below 130 don't have this public
static {
if(Version.build <= 129) {
try {
linkedCore = StorageBlock.StorageBuild.class.getDeclaredField("linkedCore");
} catch (NoSuchFieldException e) {
e.printStackTrace();
}
linkedCore.setAccessible(true);
}
}
public static <T extends Teamc> void getInfo(T target) throws IllegalAccessException, NoSuchFieldException {
for(int i = 0; i < 6; i++) { //init