Package net.minecraft.util
Interface BoundedFloatFunction<C>
- All Known Subinterfaces:
CubicSpline<C,I>
- All Known Implementing Classes:
CubicSpline.Constant,CubicSpline.Multipoint,DensityFunctions.Spline.Coordinate
public interface BoundedFloatFunction<C>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfloatdefault <C2> BoundedFloatFunction<C2> static BoundedFloatFunction<Float> createUnlimited(it.unimi.dsi.fastutil.floats.Float2FloatFunction pFunction) floatmaxValue()floatminValue()
-
Field Details
-
IDENTITY
-
-
Method Details
-
apply
-
minValue
float minValue() -
maxValue
float maxValue() -
createUnlimited
static BoundedFloatFunction<Float> createUnlimited(it.unimi.dsi.fastutil.floats.Float2FloatFunction pFunction) -
comap
-