refactored out dependency
This commit is contained in:
@@ -76,7 +76,6 @@ public class mbEnums {
|
||||
return enumSet;
|
||||
}
|
||||
|
||||
|
||||
public static <E extends Enum<E>> String asString(EnumSet<E> enumSet) {
|
||||
|
||||
if (enumSet == null || enumSet.isEmpty())
|
||||
@@ -135,7 +134,7 @@ public class mbEnums {
|
||||
SENTINEL,
|
||||
}
|
||||
|
||||
public enum MonsterType implements EnumBitSetHelper<MonsterType> {
|
||||
public enum MonsterType {
|
||||
Aelfborn,
|
||||
All,
|
||||
Animal,
|
||||
|
||||
Reference in New Issue
Block a user