Package net.minecraft.network.codec
Interface ValueFirstEncoder<O,T> 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
A functional interface that, given a value and a buffer, encodes it.
 
An instance method taking PacketByteBuf as an
 argument can be used as a value-first encoder.
- See Also:
 - Mappings:
 Namespace Name named net/minecraft/network/codec/ValueFirstEncoderintermediary net/minecraft/class_9143official za
- 
Method Summary
 
- 
Method Details
- 
encode
- Mappings:
 Namespace Name Mixin selector named encodeLnet/minecraft/network/codec/ValueFirstEncoder;encode(Ljava/lang/Object;Ljava/lang/Object;)Vintermediary encodeLnet/minecraft/class_9143;encode(Ljava/lang/Object;Ljava/lang/Object;)Vofficial encodeLza;encode(Ljava/lang/Object;Ljava/lang/Object;)V
 
 -