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 TypeMethodDescriptiondefault voidwrite(ItemCodecHelper helper, io.netty.buffer.ByteBuf output, Integer value) Deprecated.voidwritePrimitive(ItemCodecHelper helper, io.netty.buffer.ByteBuf output, int value)
-
Method Details
-
writePrimitive
-
write
@Deprecated default void write(ItemCodecHelper helper, io.netty.buffer.ByteBuf output, Integer value) Deprecated.- Specified by:
writein interfaceDataComponentType.Writer<Integer>
-