1 2 3 4 5 6 7
package com.dulkirfabric.util object Utils { fun isInSkyblock(): Boolean { return ScoreBoardUtils.getLines() != null } }