Interface LongMetadataType.LongWriter
- All Superinterfaces:
MetadataType.Writer<Long>
- Enclosing class:
- LongMetadataType
- 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 LongMetadataType.LongWriter
extends MetadataType.Writer<Long>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidwrite(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf output, Long value) Deprecated.voidwritePrimitive(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf output, long value)
-
Method Details
-
writePrimitive
-
write
@Deprecated default void write(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf output, Long value) Deprecated.- Specified by:
writein interfaceMetadataType.Writer<Long>
-