예제 #1
0
 /**
  * Instantiates a new check.
  *
  * @param type the type
  */
 public Check(final CheckType type) {
   this.type = type;
   mcAccess = NoCheatPlus.getMCAccess();
   ViolationHistory.checkTypeMap.put(getClass().getName(), type);
   DataManager.registerExecutionHistory(type, histories);
 }