Uses of Class
com.ultikits.ultitools.manager.ServerPropertiesManager.SetAllResult
Packages that use ServerPropertiesManager.SetAllResult
-
Uses of ServerPropertiesManager.SetAllResult in com.ultikits.ultitools.manager
Methods in com.ultikits.ultitools.manager that return ServerPropertiesManager.SetAllResultModifier and TypeMethodDescriptionServerPropertiesManager.applySetAll(com.google.gson.JsonObject values) Apply a batch of properties, report it over the socket, and hand the outcome back.Methods in com.ultikits.ultitools.manager with parameters of type ServerPropertiesManager.SetAllResultModifier and TypeMethodDescriptionprivate com.google.gson.JsonObjectServerPropertiesManager.buildSetAllResponse(ServerPropertiesManager.SetAllResult result) private voidServerPropertiesManager.warnIfIncomplete(ServerPropertiesManager.SetAllResult result) The response above is what the panel reads; this is what a server operator reads.