Interface BooleanMetadataType.BooleanReader

All Superinterfaces:
MetadataType.BasicReader<Boolean>, MetadataType.Reader<Boolean>
Enclosing class:
BooleanMetadataType
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 BooleanMetadataType.BooleanReader extends MetadataType.BasicReader<Boolean>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Boolean
    read(io.netty.buffer.ByteBuf input)
    Deprecated.
    boolean
    readPrimitive(io.netty.buffer.ByteBuf input)
     

    Methods inherited from interface org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.MetadataType.BasicReader

    read