13
0

Further encapuling

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-02-04 10:32:27 +01:00
Ursprung c916063734
Commit 6f728abf1c

Datei anzeigen

@ -46,7 +46,7 @@ public class CheckSchemType implements ICheckSchemType {
private final int maxDispenser; private final int maxDispenser;
private final int maxBlocks; private final int maxBlocks;
CheckSchemType(ConfigurationSection section) { private CheckSchemType(ConfigurationSection section) {
name = section.getName(); name = section.getName();
width = section.getInt("width"); width = section.getInt("width");
height = section.getInt("height"); height = section.getInt("height");