Interface BooleanComponentType.BooleanWriter

All Superinterfaces:
DataComponentType.BasicWriter<Boolean>, DataComponentType.Writer<Boolean>
Enclosing class:
BooleanComponentType
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 BooleanComponentType.BooleanWriter extends DataComponentType.BasicWriter<Boolean>
  • Method Summary

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

    Methods inherited from interface org.geysermc.mcprotocollib.protocol.data.game.item.component.DataComponentType.BasicWriter

    write