Interface ComponentChanges.PacketCodecFunction

Enclosing class:
ComponentChanges
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface ComponentChanges.PacketCodecFunction
Mappings:
Namespace Name
named net/minecraft/component/ComponentChanges$PacketCodecFunction
intermediary net/minecraft/class_9326$class_10935
official kj$b
  • Method Details Link icon

    • apply Link icon

      <T> PacketCodec<? super RegistryByteBuf,T> apply(ComponentType<T> type)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/component/ComponentChanges$PacketCodecFunction;apply(Lnet/minecraft/component/ComponentType;)Lnet/minecraft/network/codec/PacketCodec;
      intermediary apply Lnet/minecraft/class_9326$class_10935;apply(Lnet/minecraft/class_9331;)Lnet/minecraft/class_9139;
      official apply Lkj$b;apply(Lkk;)Lze;