Package net.minecraft.network.packet
Interface PacketCodecModifier<B,V,C>
- 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/network/packet/PacketCodecModifierintermediary net/minecraft/class_10945official zv
-
Method Summary
Modifier and TypeMethodDescriptionPacketCodec<? super B, V> apply(PacketCodec<? super B, V> packetCodec, C context)
-
Method Details
-
apply
- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/network/packet/PacketCodecModifier;apply(Lnet/minecraft/network/codec/PacketCodec;Ljava/lang/Object;)Lnet/minecraft/network/codec/PacketCodec;intermediary applyLnet/minecraft/class_10945;apply(Lnet/minecraft/class_9139;Ljava/lang/Object;)Lnet/minecraft/class_9139;official applyLzv;apply(Lzm;Ljava/lang/Object;)Lzm;
-