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