Package net.minecraft.world.attribute
Interface LerpFunction<T>
public interface LerpFunction<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic LerpFunction<Integer> ofColor()static <T> LerpFunction<T> static LerpFunction<Float> ofDegrees(float pDegrees) static LerpFunction<Float> ofFloat()static <T> LerpFunction<T> ofStep(float pStep)
-
Method Details
-
ofFloat
-
ofDegrees
-
ofConstant
-
ofStep
-
ofColor
-
apply
-