Esempio n. 1
0
 private HandbookRegistry(String s, String toc) {
   machine = null;
   offset = -1;
   parentindex = RotaryDescriptions.getCategoryCount();
   isParent = true;
   item = null;
   title = s;
   crafted = null;
   name = toc;
   RotaryDescriptions.addCategory(this);
 }