Interface ChannelIdentifier
-
- All Known Implementing Classes:
LegacyChannelIdentifier,MinecraftChannelIdentifier
public interface ChannelIdentifierRepresents a channel identifier for use with plugin messaging.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()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
-
-