Uses of Class
net.minecraft.server.dedicated.ServerProperties
-
Packages that use ServerProperties Package Description net.minecraft.network.rcon net.minecraft.server net.minecraft.server.dedicated -
-
Uses of ServerProperties in net.minecraft.network.rcon
Methods in net.minecraft.network.rcon that return ServerProperties Modifier and Type Method Description ServerProperties
IServer. getProperties()
-
Uses of ServerProperties in net.minecraft.server
Fields in net.minecraft.server declared as ServerProperties Modifier and Type Field Description private ServerProperties
ServerPropertiesProvider. properties
Methods in net.minecraft.server that return ServerProperties Modifier and Type Method Description ServerProperties
ServerPropertiesProvider. getProperties()
Method parameters in net.minecraft.server with type arguments of type ServerProperties Modifier and Type Method Description ServerPropertiesProvider
ServerPropertiesProvider. update(java.util.function.UnaryOperator<ServerProperties> p_219033_1_)
-
Uses of ServerProperties in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return ServerProperties Modifier and Type Method Description static ServerProperties
ServerProperties. fromFile(DynamicRegistries p_244380_0_, java.nio.file.Path p_244380_1_)
ServerProperties
DedicatedServer. getProperties()
protected ServerProperties
ServerProperties. reload(DynamicRegistries p_241881_1_, java.util.Properties p_241881_2_)
-