Use org.reflections to get all subclass of MineClassImpl in order to avoid the declaration inside the MineClassFactory
This commit is contained in:
@@ -11,6 +11,7 @@ import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class BeastMasterClass extends MineClassImpl {
|
||||
|
||||
private static final Set<Material> forbiddenItems =
|
||||
|
||||
Reference in New Issue
Block a user