Further encapuling
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
c916063734
Commit
6f728abf1c
@ -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");
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren