@FunctionalInterface
public interface IStringCustomPayloadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCustomPayload(int protocol,
java.lang.String channel,
PacketByteBuf data)
Called on a custom payload on a server version older than 1.13 (exclusive).
|