Interface ChannelIdentifier
-
- All Known Implementing Classes:
LegacyChannelIdentifier
,MinecraftChannelIdentifier
public interface ChannelIdentifier
Represents a channel identifier for use with plugin messaging.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the textual representation of this identifier.
-
-
-
Method Detail
-
getId
String getId()
Returns the textual representation of this identifier.- Returns:
- the textual representation of the identifier
-
-