This is why Lombok exists

This commit is contained in:
ZeroEpoch1969
2018-07-24 22:52:49 -07:00
parent 65bd609952
commit c0b43f26ea
8 changed files with 2 additions and 144 deletions

View File

@ -23,7 +23,6 @@ public class Flatlands extends CustomWorld
{
super("flatlands");
}
private static final String WORLD_NAME = "flatlands";
@Override
protected World generateWorld()
@ -90,8 +89,4 @@ public class Flatlands extends CustomWorld
}
}
public String getName()
{
return this.WORLD_NAME;
}
}