Interface MetadataType.BasicWriter<V>
- All Superinterfaces:
MetadataType.Writer<V>
- All Known Subinterfaces:
BooleanMetadataType.BooleanWriter,ByteMetadataType.ByteWriter,FloatMetadataType.FloatWriter
- Enclosing class:
- MetadataType<T>
- 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 MetadataType.BasicWriter<V>
extends MetadataType.Writer<V>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddefault voidwrite(MinecraftCodecHelper helper, io.netty.buffer.ByteBuf output, V value)
-
Method Details
-
write
-
write
- Specified by:
writein interfaceMetadataType.Writer<V>
-