net.minecraft.world.attribute

public interface LerpFunction<T>

ceg
net.minecraft.world.attribute.LerpFunction
net.minecraft.class_12210
net.minecraft.util.math.Interpolator

Method summary

Modifier and TypeMethod
static LerpFunction<Float>
a()
ofFloat()
method_75706()
ofFloat()
static LerpFunction<Float>
a(float arg0)
ofDegrees(float arg0)
method_76426(float arg0)
method_76426(float arg0)
static <T> LerpFunction<T>
b()
ofConstant()
method_76429()
method_76429()
static <T> LerpFunction<T>
b(float arg0)
ofStep(float arg0)
method_75707(float arg0)
threshold(float threshold)
static LerpFunction<Integer>
c()
ofColor()
method_75709()
ofColor()
T
apply(float arg0, T arg1, T arg2)
apply(float arg0, T arg1, T arg2)
apply(float arg0, T arg1, T arg2)
apply(float t, T a, T b)