Class ParticipantId
java.lang.Object
be.theking90000.mumble.controller.core.ParticipantId
Logical identity of a participant, independent from transient connection identifiers.
-
Method Summary
-
Method Details
-
of
Creates an identifier from its wire representation.- Parameters:
value- non-blank participant identity, commonly a Minecraft player UUID- Returns:
- an immutable identifier
- Throws:
NullPointerException- ifvalueisnullIllegalArgumentException- ifvalueis blank
-
value
Returns the exact identifier supplied toof(String).- Returns:
- the wire value
-
equals
-
hashCode
public int hashCode() -
toString
-