Class CustomPayloadStreamCodecMixin<B extends net.minecraft.network.FriendlyByteBuf>

java.lang.Object
net.fabricmc.fabric.mixin.networking.CustomPayloadStreamCodecMixin<B>
All Implemented Interfaces:
FabricCustomPayloadStreamCodec<B>, net.minecraft.network.codec.StreamCodec<B, net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.codec.StreamDecoder<B, net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.codec.StreamEncoder<B, net.minecraft.network.protocol.common.custom.CustomPacketPayload>

public abstract class CustomPayloadStreamCodecMixin<B extends net.minecraft.network.FriendlyByteBuf> extends Object implements net.minecraft.network.codec.StreamCodec<B, net.minecraft.network.protocol.common.custom.CustomPacketPayload>, FabricCustomPayloadStreamCodec<B>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.network.codec.StreamCodec

    net.minecraft.network.codec.StreamCodec.CodecOperation<B,S,T>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.network.codec.StreamCodec

    apply, cast, dispatch, map, mapStream

    Methods inherited from interface net.minecraft.network.codec.StreamDecoder

    decode

    Methods inherited from interface net.minecraft.network.codec.StreamEncoder

    encode