Interface PacketByteBuf.PacketReader<T>

All Superinterfaces:
Function<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.PacketReader<T> extends Function<PacketByteBuf,T>
A functional interface to read a value from PacketByteBuf.
Mappings:
Namespace Name
official sd$a
intermediary net/minecraft/class_2540$class_7461
named net/minecraft/network/PacketByteBuf$PacketReader