Package net.minecraft.component
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.
 
- Mappings:
 Namespace Name named net/minecraft/component/ComponentChanges$PacketCodecFunctionintermediary net/minecraft/class_9326$class_10935official ko$b
- 
Method Summary
Modifier and TypeMethodDescription<T> PacketCodec<? super RegistryByteBuf, T> apply(ComponentType<T> type)  
- 
Method Details
- 
apply
- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/component/ComponentChanges$PacketCodecFunction;apply(Lnet/minecraft/component/ComponentType;)Lnet/minecraft/network/codec/PacketCodec;intermediary applyLnet/minecraft/class_9326$class_10935;apply(Lnet/minecraft/class_9331;)Lnet/minecraft/class_9139;official applyLko$b;apply(Lkp;)Lzm;
 
 -