Interface PacketCodec.ResultFunction<B,S,T>

Enclosing interface:
PacketCodec<B,V>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PacketCodec.ResultFunction<B,S,T>
Mappings:
Namespace Name
named net/minecraft/network/codec/PacketCodec$ResultFunction
intermediary net/minecraft/class_9139$class_9140
official zn$a
  • Method Details

    • apply

      PacketCodec<B,T> apply(PacketCodec<B,S> codec)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/network/codec/PacketCodec$ResultFunction;apply(Lnet/minecraft/network/codec/PacketCodec;)Lnet/minecraft/network/codec/PacketCodec;
      intermediary apply Lnet/minecraft/class_9139$class_9140;apply(Lnet/minecraft/class_9139;)Lnet/minecraft/class_9139;
      official apply Lzn$a;apply(Lzn;)Lzn;