Interface IntComponentType.IntWriter

All Superinterfaces:
DataComponentType.Writer<Integer>
Enclosing class:
IntComponentType
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 IntComponentType.IntWriter extends DataComponentType.Writer<Integer>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    write(ItemCodecHelper helper, io.netty.buffer.ByteBuf output, Integer value)
    Deprecated.
    void
    writePrimitive(ItemCodecHelper helper, io.netty.buffer.ByteBuf output, int value)