Correct handling of WorldPreset Settings from UI
This commit is contained in:
parent
73cd08fa69
commit
586485fe48
12 changed files with 106 additions and 58 deletions
|
@ -7,4 +7,5 @@ import java.util.Optional;
|
|||
|
||||
public interface WorldGenSettingsComponentAccessor {
|
||||
Optional<Holder<WorldPreset>> bcl_getPreset();
|
||||
void bcl_setPreset(Optional<Holder<WorldPreset>> preset);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue