Record Class CompositeInterpolation

java.lang.Object
java.lang.Record
dev.latvian.mods.klib.interpolation.CompositeInterpolation
All Implemented Interfaces:
Interpolation

public record CompositeInterpolation(Interpolation in, Interpolation out, @Nullable CustomRegistryType<io.netty.buffer.ByteBuf, Interpolation> type) extends Record implements Interpolation