Record Class CompositeInterpolation

java.lang.Object
java.lang.Record
dev.latvian.mods.klib.interpolation.CompositeInterpolation
All Implemented Interfaces:
Interpolation, CustomRegistryOwnTypeProvider<io.netty.buffer.ByteBuf, Interpolation>, CustomRegistryValue<io.netty.buffer.ByteBuf, Interpolation>, RefOptimizer<Interpolation>, WithKey<Interpolation>, net.minecraft.util.EasingType

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