Uses of Class
de.neo.rankbridge.shared.util.UniversalType
Package | Description |
---|---|
de.neo.rankbridge.shared.message |
Package for messages.
|
-
Uses of UniversalType in de.neo.rankbridge.shared.message
Fields in de.neo.rankbridge.shared.message declared as UniversalType Modifier and Type Field Description private UniversalType<T>
BridgeMessage. universal
Methods in de.neo.rankbridge.shared.message that return UniversalType Modifier and Type Method Description UniversalType<T>
BridgeMessage. getContentUniversal()
Gets the content of the message as UniversalType.Methods in de.neo.rankbridge.shared.message with parameters of type UniversalType Modifier and Type Method Description void
BridgeMessage. setContentUniversal(UniversalType<?> universal)
Sets the content of the message.