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 TypeMethodDescriptiondefault voidDeprecated.voidwritePrimitive(io.netty.buffer.ByteBuf output, boolean value) Methods inherited from interface org.geysermc.mcprotocollib.protocol.data.game.item.component.DataComponentType.BasicWriter
write
-
Method Details
-
writePrimitive
void writePrimitive(io.netty.buffer.ByteBuf output, boolean value) -
write
Deprecated.- Specified by:
writein interfaceDataComponentType.BasicWriter<Boolean>
-