Interface FabricValueOutput
public interface FabricValueOutput
Fabric provided extension of ValueOutput.
Note: This interface is automatically implemented on ValueOutput via Mixin and interface injection.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidputByteArray(String key, byte[] value) default voidputLongArray(String key, long[] value)
-
Method Details
-
putLongArray
-
putByteArray
-