@FunctionalInterface
public interface IIdentifierCustomPayloadListener
Identifier channels.| Modifier and Type | Method and Description |
|---|---|
void |
onCustomPayload(int protocol,
Identifier channel,
PacketByteBuf data)
Called on a custom payload on a server version between 1.13 (inclusive) and the current version (exclusive)
|