public class ServerPropertiesProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ServerProperties |
properties |
private java.nio.file.Path |
propertiesPath |
Constructor and Description |
---|
ServerPropertiesProvider(java.nio.file.Path pathIn) |
Modifier and Type | Method and Description |
---|---|
ServerPropertiesProvider |
func_219033_a(java.util.function.UnaryOperator<ServerProperties> p_219033_1_) |
ServerProperties |
getProperties() |
void |
save() |
private final java.nio.file.Path propertiesPath
private ServerProperties properties
public ServerPropertiesProvider(java.nio.file.Path pathIn)
public ServerProperties getProperties()
public void save()
public ServerPropertiesProvider func_219033_a(java.util.function.UnaryOperator<ServerProperties> p_219033_1_)