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);
 }
Esempio n. 2
0
 protected void reloadXMLData() {
   RotaryDescriptions.reload();
 }
Esempio n. 3
0
 public String getNotes() {
   return RotaryDescriptions.getNotes(this);
 }
Esempio n. 4
0
 public String getData() {
   if (this == TOC) return RotaryDescriptions.getTOC();
   if (this == ALERTS || this == PACKMODS) return "";
   return RotaryDescriptions.getData(this);
 }