Package net.minecraft.network
Interface PacketByteBuf.PacketWriter<T>
- All Superinterfaces:
BiConsumer<PacketByteBuf,
T>
- Enclosing class:
PacketByteBuf
- 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 PacketByteBuf.PacketWriter<T>
extends BiConsumer<PacketByteBuf,T>
A functional interface to write a value to
PacketByteBuf
.- Mappings:
Namespace Name official sf$b
intermediary net/minecraft/class_2540$class_7462
named net/minecraft/network/PacketByteBuf$PacketWriter
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Method Details
-
asOptional
-