Uses of Class
de.extio.spacecraft.shared.model.message.toclient.ServerMessage.ServerMessageHint
-
Packages that use ServerMessage.ServerMessageHint Package Description de.extio.spacecraft.shared.model.message.toclient Messages sent from server to client -
-
Uses of ServerMessage.ServerMessageHint in de.extio.spacecraft.shared.model.message.toclient
Methods in de.extio.spacecraft.shared.model.message.toclient that return ServerMessage.ServerMessageHint Modifier and Type Method Description ServerMessage.ServerMessageHint
ServerMessage. getHint()
static ServerMessage.ServerMessageHint
ServerMessage.ServerMessageHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerMessage.ServerMessageHint[]
ServerMessage.ServerMessageHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.extio.spacecraft.shared.model.message.toclient with parameters of type ServerMessage.ServerMessageHint Modifier and Type Method Description void
ServerMessage. setHint(ServerMessage.ServerMessageHint hint)
Constructors in de.extio.spacecraft.shared.model.message.toclient with parameters of type ServerMessage.ServerMessageHint Constructor Description ServerMessage(String localizationId, List<String> placeholders, ServerMessage.ServerMessageHint hint)
-