static void clearAllVariables() ctex { for (Field f : allFieldObjects(mc())) if (!f.getType().isPrimitive()) f.set(null, null); }