A lot of work on the wiki designer
This commit is contained in:
parent
bc7b5b2566
commit
77102819a4
8 changed files with 154 additions and 26 deletions
|
@ -10,6 +10,6 @@ public class EntryData {
|
|||
/**
|
||||
* Use this to store data for a page
|
||||
*/
|
||||
HashMap<String, String> data;
|
||||
public HashMap<String, String> data;
|
||||
|
||||
}
|
||||
|
|
|
@ -7,11 +7,11 @@ import java.util.List;
|
|||
*/
|
||||
public class ManualFormat {
|
||||
|
||||
String name;
|
||||
public String name;
|
||||
|
||||
String modId;
|
||||
public String modId;
|
||||
|
||||
List<Entry> entries;
|
||||
public List<Entry> entries;
|
||||
|
||||
public ManualFormat(String name, String modId, List<Entry> entries) {
|
||||
this.name = name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue