Package codechicken.lib.packet
Class CCStreamCodecs
java.lang.Object
codechicken.lib.packet.CCStreamCodecs
Created by covers1624 on 10/31/25.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.level.block.state.BlockState> 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 -
Method Summary
-
Field Details
-
BLOCK_STATE
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.world.level.block.state.BlockState> BLOCK_STATE -
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()
-