Package net.minecraft.network
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 - sf$a- intermediary - net/minecraft/class_2540$class_7461- named - net/minecraft/network/PacketByteBuf$PacketReader
- 
Method Summary
- 
Method Details- 
asOptional
 
-