general code cleanup

added new StateMatcher
This commit is contained in:
2016-04-29 18:52:43 +02:00
parent 2b0b79c014
commit 893e90ab6c
28 changed files with 274 additions and 343 deletions

View File

@@ -1,10 +1,8 @@
package items;
public class ItemSlagiron extends BasicItem{
public ItemSlagiron() {
super("slagiron");
}
public class ItemSlagiron extends BasicItem {
public ItemSlagiron() {
super("slagiron");
}
}