Object ServerBoundNoteSoundPayload.Companion
-
- All Implemented Interfaces:
public class ServerBoundNoteSoundPayload.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final CustomPacketPayload.Type<ServerBoundNoteSoundPayload>TYPEprivate final StreamCodec<ByteBuf, ServerBoundNoteSoundPayload>STREAM_CODECpublic final static ServerBoundNoteSoundPayload.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CustomPacketPayload.Type<ServerBoundNoteSoundPayload>getTYPE()final StreamCodec<ByteBuf, ServerBoundNoteSoundPayload>getSTREAM_CODEC()-
-
Method Detail
-
getTYPE
final CustomPacketPayload.Type<ServerBoundNoteSoundPayload> getTYPE()
-
getSTREAM_CODEC
final StreamCodec<ByteBuf, ServerBoundNoteSoundPayload> getSTREAM_CODEC()
-
-
-
-