Package codechicken.lib.packet
Class StreamPacket
java.lang.Object
io.netty.buffer.ByteBuf
net.minecraft.network.FriendlyByteBuf
net.minecraft.network.RegistryFriendlyByteBuf
codechicken.lib.packet.StreamPacket
- All Implemented Interfaces:
CCFriendlyByteBufExtension,CCRegistryFriendlyByteBufExtension,io.netty.buffer.ByteBufConvertible,io.netty.util.ReferenceCounted,Comparable<io.netty.buffer.ByteBuf>,net.minecraft.network.protocol.common.custom.CustomPacketPayload,net.neoforged.neoforge.common.extensions.IFriendlyByteBufExtension
- Direct Known Subclasses:
StreamPacket.ToClient,StreamPacket.ToServer
public sealed class StreamPacket
extends net.minecraft.network.RegistryFriendlyByteBuf
implements net.minecraft.network.protocol.common.custom.CustomPacketPayload
permits StreamPacket.ToClient, StreamPacket.ToServer
An outbound packet for a specific
StreamNetworkChannel packet.
You will generally only ever see one of the subclasses, StreamPacket.ToClient or StreamPacket.ToServer.
Created by covers1624 on 10/30/25.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA client-bound packet, write your data, then use one of the various send methods, orStreamPacket.ToClient.toVanilla()to send it out a vanilla path.static final classA server-bound packet, write your data, then use one of the various send methods, orStreamPacket.ToServer.toVanilla()to send it out a vanilla path.Nested classes/interfaces inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload
net.minecraft.network.protocol.common.custom.CustomPacketPayload.FallbackProvider<B extends net.minecraft.network.FriendlyByteBuf>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B extends net.minecraft.network.FriendlyByteBuf,T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> -
Field Summary
Fields inherited from class net.minecraft.network.FriendlyByteBuf
MAX_COMPONENT_STRING_LENGTH, MAX_STRING_LENGTH -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<? extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> type()Methods inherited from class net.minecraft.network.RegistryFriendlyByteBuf
decorator, decorator, getConnectionType, registryAccessMethods inherited from class net.minecraft.network.FriendlyByteBuf
alloc, array, arrayOffset, asReadOnly, bytesBefore, bytesBefore, bytesBefore, capacity, capacity, clear, compareTo, copy, copy, discardReadBytes, discardSomeReadBytes, duplicate, ensureWritable, ensureWritable, equals, forEachByte, forEachByte, forEachByteDesc, forEachByteDesc, getBoolean, getByte, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getChar, getCharSequence, getDouble, getFloat, getInt, getIntLE, getLong, getLongLE, getMedium, getMediumLE, getShort, getShortLE, getSource, getUnsignedByte, getUnsignedInt, getUnsignedIntLE, getUnsignedMedium, getUnsignedMediumLE, getUnsignedShort, getUnsignedShortLE, hasArray, hashCode, hasMemoryAddress, indexOf, internalNioBuffer, isContiguous, isDirect, isReadable, isReadable, isReadOnly, isWritable, isWritable, limitValue, markReaderIndex, markWriterIndex, maxCapacity, maxFastWritableBytes, maxWritableBytes, memoryAddress, nioBuffer, nioBuffer, nioBufferCount, nioBuffers, nioBuffers, order, order, readableBytes, readBitSet, readBlockHitResult, readBlockPos, readBlockPos, readBoolean, readById, readByte, readByteArray, readByteArray, readByteArray, readByteArray, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readChar, readCharSequence, readChunkPos, readChunkPos, readCollection, readContainerId, readContainerId, readDouble, readEither, readEnum, readEnumSet, readerIndex, readerIndex, readFixedBitSet, readFixedSizeLongArray, readFixedSizeLongArray, readFloat, readGlobalPos, readIdentifier, readInstant, readInt, readIntIdList, readIntLE, readLenientJsonWithCodec, readList, readLong, readLongArray, readLongArray, readLongLE, readLpVec3, readMap, readMap, readMedium, readMediumLE, readNbt, readNbt, readNbt, readNbt, readNullable, readNullable, readOptional, readPublicKey, readQuaternion, readQuaternion, readRegistryKey, readResourceKey, readRetainedSlice, readShort, readShortLE, readSlice, readString, readUnsignedByte, readUnsignedInt, readUnsignedIntLE, readUnsignedMedium, readUnsignedMediumLE, readUnsignedShort, readUnsignedShortLE, readUtf, readUtf, readUUID, readUUID, readVarInt, readVarIntArray, readVarIntArray, readVarLong, readVec3, readVec3, readVector3f, readVector3f, readWithCodec, readWithCodecTrusted, readWithCount, refCnt, release, release, resetReaderIndex, resetWriterIndex, retain, retain, retainedDuplicate, retainedSlice, retainedSlice, setBoolean, setByte, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setChar, setCharSequence, setDouble, setFloat, setIndex, setInt, setIntLE, setLong, setLongLE, setMedium, setMediumLE, setShort, setShortLE, setZero, skipBytes, slice, slice, toString, toString, toString, touch, touch, unwrap, writableBytes, writeBitSet, writeBlockHitResult, writeBlockPos, writeBlockPos, writeBoolean, writeById, writeByte, writeByteArray, writeByteArray, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeChar, writeCharSequence, writeChunkPos, writeChunkPos, writeCollection, writeContainerId, writeContainerId, writeDouble, writeEither, writeEnum, writeEnumSet, writeFixedBitSet, writeFixedSizeLongArray, writeFixedSizeLongArray, writeFloat, writeGlobalPos, writeIdentifier, writeInstant, writeInt, writeIntIdList, writeIntLE, writeJsonWithCodec, writeLong, writeLongArray, writeLongArray, writeLongLE, writeLpVec3, writeMap, writeMedium, writeMediumLE, writeNbt, writeNbt, writeNullable, writeNullable, writeOptional, writePublicKey, writeQuaternion, writeQuaternion, writeResourceKey, writerIndex, writerIndex, writeShort, writeShortLE, writeUtf, writeUtf, writeUUID, writeUUID, writeVarInt, writeVarIntArray, writeVarLong, writeVec3, writeVec3, writeVector3f, writeVector3f, writeWithCodec, writeZeroMethods inherited from class io.netty.buffer.ByteBuf
asByteBuf, getDoubleLE, getFloatLE, readDoubleLE, readFloatLE, setDoubleLE, setFloatLE, writeDoubleLE, writeFloatLEMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface codechicken.lib.packet.CCFriendlyByteBufExtension
cc$readSignedVarInt, cc$readSignedVarLong, cc$readWithCodec, cc$writeSignedVarInt, cc$writeSignedVarLong, cc$writeWithCodec, readCuboid6, readVector3, writeCuboid6, writeVector3Methods inherited from interface codechicken.lib.packet.CCRegistryFriendlyByteBufExtension
cc$readWithRegistryCodec, cc$writeWithRegistryCodecMethods inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload
toVanillaClientbound, toVanillaServerboundMethods inherited from interface net.neoforged.neoforge.common.extensions.IFriendlyByteBufExtension
readArray, readMap, writeArray, writeByte, writeMap, writeObjectCollection
-
Method Details
-
type
public net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<? extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> type()- Specified by:
typein interfacenet.minecraft.network.protocol.common.custom.CustomPacketPayload
-