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 Type
    Method
    Description
    default Long
    read(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf input)
    Deprecated.
    long
    readPrimitive(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf input)