Class ColorAnimationPacketS2C
java.lang.Object
io.netty.buffer.ByteBuf
net.minecraft.network.PacketByteBuf
me.emafire003.dev.coloredglowlib.networking.ColorAnimationPacketS2C
- All Implemented Interfaces:
io.netty.buffer.ByteBufConvertible,io.netty.util.ReferenceCounted,Comparable<io.netty.buffer.ByteBuf>
public class ColorAnimationPacketS2C
extends net.minecraft.network.PacketByteBuf
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.PacketByteBuf
net.minecraft.network.PacketByteBuf.PacketReader<T>, net.minecraft.network.PacketByteBuf.PacketWriter<T> -
Field Summary
FieldsFields inherited from class net.minecraft.network.PacketByteBuf
DEFAULT_MAX_STRING_LENGTH, MAX_READ_NBT_SIZE, MAX_TEXT_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionColorAnimationPacketS2C(CustomColorAnimation animation) Currently used only for the auto light activation -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomColorAnimationread(net.minecraft.network.PacketByteBuf buf) Methods inherited from class net.minecraft.network.PacketByteBuf
alloc, array, arrayOffset, asReadOnly, bytesBefore, bytesBefore, bytesBefore, capacity, capacity, clear, compareTo, copy, copy, decode, decodeAsJson, discardReadBytes, discardSomeReadBytes, duplicate, encode, encodeAsJson, ensureWritable, ensureWritable, equals, forEachByte, forEachByte, forEachByteDesc, forEachByteDesc, forEachInCollection, getBoolean, getByte, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getChar, getCharSequence, getDouble, getFloat, getInt, getIntLE, getLong, getLongLE, getMaxValidator, getMedium, getMediumLE, getShort, getShortLE, getUnsignedByte, getUnsignedInt, getUnsignedIntLE, getUnsignedMedium, getUnsignedMediumLE, getUnsignedShort, getUnsignedShortLE, getVarIntLength, getVarLongLength, getWrittenBytes, hasArray, hashCode, hasMemoryAddress, indexOf, internalNioBuffer, isDirect, isReadable, isReadable, isReadOnly, isWritable, isWritable, markReaderIndex, markWriterIndex, maxCapacity, maxWritableBytes, memoryAddress, nioBuffer, nioBuffer, nioBufferCount, nioBuffers, nioBuffers, order, order, readableBytes, readBitSet, readBitSet, readBlockHitResult, readBlockPos, readBoolean, readByte, readByteArray, readByteArray, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readChar, readCharSequence, readChunkPos, readChunkSectionPos, readCollection, readDate, readDouble, readEither, readEnumConstant, readEnumSet, readerIndex, readerIndex, readFloat, readGameProfile, readGlobalPos, readIdentifier, readInstant, readInt, readIntArray, readIntArray, readIntLE, readIntList, readItemStack, readList, readLong, readLongArray, readLongArray, readLongArray, readLongLE, readMap, readMap, readMedium, readMediumLE, readNbt, readNbt, readNullable, readOptional, readProperty, readPropertyMap, readPublicKey, readQuaternionf, readRegistryEntry, readRegistryKey, readRegistryValue, readRetainedSlice, readShort, readShortLE, readSlice, readString, readString, readText, readUnlimitedNbt, readUnsignedByte, readUnsignedInt, readUnsignedIntLE, readUnsignedMedium, readUnsignedMediumLE, readUnsignedShort, readUnsignedShortLE, readUuid, readVarInt, readVarLong, readVector3f, 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, writeBitSet, writeBlockHitResult, writeBlockPos, writeBoolean, writeByte, writeByteArray, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeChar, writeCharSequence, writeChunkPos, writeChunkSectionPos, writeCollection, writeDate, writeDouble, writeEither, writeEnumConstant, writeEnumSet, writeFloat, writeGameProfile, writeGlobalPos, writeIdentifier, writeInstant, writeInt, writeIntArray, writeIntLE, writeIntList, writeItemStack, writeLong, writeLongArray, writeLongLE, writeMap, writeMedium, writeMediumLE, writeNbt, writeNullable, writeOptional, writeProperty, writePropertyMap, writePublicKey, writeQuaternionf, writeRegistryEntry, writeRegistryKey, writeRegistryValue, writerIndex, writerIndex, writeShort, writeShortLE, writeString, writeString, writeText, writeUuid, writeVarInt, writeVarLong, writeVector3f, writeZeroMethods inherited from class io.netty.buffer.ByteBuf
asByteBuf, getDoubleLE, getFloatLE, isContiguous, maxFastWritableBytes, readDoubleLE, readFloatLE, setDoubleLE, setFloatLE, writeDoubleLE, writeFloatLE
-
Field Details
-
ID
public static final net.minecraft.util.Identifier ID
-
-
Constructor Details
-
ColorAnimationPacketS2C
Currently used only for the auto light activation
-
-
Method Details
-
read
-