class BoolIntPair
com.hypixel.hytale.common.tuple
Methods: boolean getKey(); boolean getLeft(); int getValue(); int getRight(); int compareTo(com.hypixel.hytale.common.tuple.BoolIntPair); int hashCode(); boolean equals(java.lang.Object); java.lang.String toString(); java.lang.String toString(java.lang.String); static com.hypixel.hytale.common.tuple.BoolIntPair of(boolean, int); int compareTo(java.lang.Object)