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