mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-23 10:45:47 +01:00
Make builder value private
This commit is contained in:
parent
bee8770fde
commit
2a3cc1c270
@ -241,7 +241,7 @@ public static class Builder {
|
||||
|
||||
private String label;
|
||||
private Boolean toggleable, defaultHidden;
|
||||
Integer sorting;
|
||||
private Integer sorting;
|
||||
|
||||
/**
|
||||
* Sets the label of the {@link MarkerSet}.
|
||||
|
Loading…
Reference in New Issue
Block a user