Class CCStreamCodecs

java.lang.Object
codechicken.lib.packet.CCStreamCodecs

public final class CCStreamCodecs extends Object
Created by covers1624 on 10/31/25.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,boolean[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,byte[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,char[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,double[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,float[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,int[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,long[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,short[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,int[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,long[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,String[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,int[]>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,long[]>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BYTE_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,byte[]> BYTE_ARRAY
    • CHAR_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,char[]> CHAR_ARRAY
    • SHORT_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,short[]> SHORT_ARRAY
    • INT_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,int[]> INT_ARRAY
    • VAR_INT_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,int[]> VAR_INT_ARRAY
    • SIGNED_VAR_INT_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,int[]> SIGNED_VAR_INT_ARRAY
    • LONG_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,long[]> LONG_ARRAY
    • VAR_LONG_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,long[]> VAR_LONG_ARRAY
    • SIGNED_VAR_LONG_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,long[]> SIGNED_VAR_LONG_ARRAY
    • FLOAT_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,float[]> FLOAT_ARRAY
    • DOUBLE_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,double[]> DOUBLE_ARRAY
    • BOOLEAN_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,boolean[]> BOOLEAN_ARRAY
    • STRING_ARRAY

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,String[]> STRING_ARRAY
  • Constructor Details

    • CCStreamCodecs

      public CCStreamCodecs()