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 ServerPropertiesIServer. getProperties() -
Uses of ServerProperties in net.minecraft.server
Fields in net.minecraft.server declared as ServerProperties Modifier and Type Field Description private ServerPropertiesServerPropertiesProvider. propertiesMethods in net.minecraft.server that return ServerProperties Modifier and Type Method Description ServerPropertiesServerPropertiesProvider. getProperties()Method parameters in net.minecraft.server with type arguments of type ServerProperties Modifier and Type Method Description ServerPropertiesProviderServerPropertiesProvider. 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 ServerPropertiesServerProperties. fromFile(DynamicRegistries p_244380_0_, java.nio.file.Path p_244380_1_)ServerPropertiesDedicatedServer. getProperties()protected ServerPropertiesServerProperties. reload(DynamicRegistries p_241881_1_, java.util.Properties p_241881_2_)
-