Interface ByteMetadataType.ByteWriter

All Superinterfaces:
MetadataType.BasicWriter<Byte>, MetadataType.Writer<Byte>
Enclosing class:
ByteMetadataType
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 ByteMetadataType.ByteWriter extends MetadataType.BasicWriter<Byte>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    write(io.netty.buffer.ByteBuf output, Byte value)
    Deprecated.
    void
    writePrimitive(io.netty.buffer.ByteBuf output, byte value)
     

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

    write
  • Method Details

    • writePrimitive

      void writePrimitive(io.netty.buffer.ByteBuf output, byte value)
    • write

      @Deprecated default void write(io.netty.buffer.ByteBuf output, Byte value)
      Deprecated.
      Specified by:
      write in interface MetadataType.BasicWriter<Byte>