Class ListedPacketCodecs
java.lang.Object
me.emafire003.dev.coloredglowlib.networking.ListedPacketCodecs
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, List<ColorAnimationItem>> static net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, List<CustomColorAnimation>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANIMATION_ITEMS
public static net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,List<ColorAnimationItem>> ANIMATION_ITEMS -
COLOR_ANIMATIONS
public static net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,List<CustomColorAnimation>> COLOR_ANIMATIONS
-
-
Constructor Details
-
ListedPacketCodecs
public ListedPacketCodecs()
-