Interface CustomPayload.CodecFactory<B extends PacketByteBuf>

Enclosing interface:
CustomPayload

public static interface CustomPayload.CodecFactory<B extends PacketByteBuf>
Mappings:
Namespace Name
named net/minecraft/network/packet/CustomPayload$CodecFactory
intermediary net/minecraft/class_8710$class_9153
official aaj$a
  • Method Details

    • create

      PacketCodec<B,? extends CustomPayload> create(Identifier id)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/network/packet/CustomPayload$CodecFactory;create(Lnet/minecraft/util/Identifier;)Lnet/minecraft/network/codec/PacketCodec;
      intermediary create Lnet/minecraft/class_8710$class_9153;create(Lnet/minecraft/class_2960;)Lnet/minecraft/class_9139;
      official create Laaj$a;create(Lakr;)Lyx;