Interface LongMetadataType.LongReader
- All Superinterfaces:
MetadataType.Reader<Long>
- Enclosing class:
- LongMetadataType
- 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 LongMetadataType.LongReader
extends MetadataType.Reader<Long>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Longread(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf input) Deprecated.longreadPrimitive(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf input)
-
Method Details
-
readPrimitive
-
read
Deprecated.- Specified by:
readin interfaceMetadataType.Reader<Long>
-