Interface BooleanComponentType.BooleanReader
- All Superinterfaces:
DataComponentType.BasicReader<Boolean>,DataComponentType.Reader<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.BooleanReader
extends DataComponentType.BasicReader<Boolean>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Booleanread(io.netty.buffer.ByteBuf input) Deprecated.booleanreadPrimitive(io.netty.buffer.ByteBuf input) Methods inherited from interface org.geysermc.mcprotocollib.protocol.data.game.item.component.DataComponentType.BasicReader
read
-
Method Details
-
readPrimitive
boolean readPrimitive(io.netty.buffer.ByteBuf input) -
read
Deprecated.- Specified by:
readin interfaceDataComponentType.BasicReader<Boolean>
-