Package net.minecraft.util.math
Record Class Spline.FixedFloatFunction<C,I extends ToFloatFunction<C>> 
java.lang.Object
java.lang.Record
net.minecraft.util.math.Spline.FixedFloatFunction<C,I> 
- Record Components:
- value-
- All Implemented Interfaces:
- ToFloatFunction<C>,- Spline<C,- I> 
- Enclosing interface:
- Spline<C,- I extends ToFloatFunction<C>> 
public static record Spline.FixedFloatFunction<C,I extends ToFloatFunction<C>> (float value)
extends Record
implements Spline<C,I> 
- Mappings:
- Namespace - Name - named - net/minecraft/util/math/Spline$FixedFloatFunction- intermediary - net/minecraft/class_6492$class_6494- official - ayb$c- named - value- intermediary - comp_228- official - b
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.util.math.SplineSpline.Builder<C,I extends ToFloatFunction<C>>, Spline.FixedFloatFunction<C, I extends ToFloatFunction<C>>, Spline.Implementation<C, I extends ToFloatFunction<C>>, Spline.Visitor<I> 
- 
Field SummaryFieldsFields inherited from interface net.minecraft.util.function.ToFloatFunctionIDENTITY
- 
Constructor SummaryConstructorsConstructorDescriptionFixedFloatFunction(float value) Creates an instance of aFixedFloatFunctionrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionfloatapply(Spline.Visitor<I> visitor) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.floatmax()floatmin()final StringtoString()Returns a string representation of this record class.floatvalue()Returns the value of thevaluerecord component.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.util.function.ToFloatFunctioncompose
- 
Field Details- 
valueprivate final float valueThe field for thevaluerecord component.
 
- 
- 
Constructor Details- 
FixedFloatFunctionpublic FixedFloatFunction(float value) Creates an instance of aFixedFloatFunctionrecord class.- Parameters:
- value- the value for the- valuerecord component
 
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- ToFloatFunction<C>
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/util/function/ToFloatFunction;apply(Ljava/lang/Object;)F- intermediary - method_41296- Lnet/minecraft/class_6501;method_41296(Ljava/lang/Object;)F- official - a- Lbac;a(Ljava/lang/Object;)F
 
- 
getDebugString- Specified by:
- getDebugStringin interface- Spline<C,- I extends ToFloatFunction<C>> 
- Mappings:
- Namespace - Name - Mixin selector - named - getDebugString- Lnet/minecraft/util/math/Spline;getDebugString()Ljava/lang/String;- intermediary - method_39225- Lnet/minecraft/class_6492;method_39225()Ljava/lang/String;- official - a- Layb;a()Ljava/lang/String;
 
- 
minpublic float min()- Specified by:
- minin interface- ToFloatFunction<C>
- Mappings:
- Namespace - Name - Mixin selector - named - min- Lnet/minecraft/util/function/ToFloatFunction;min()F- intermediary - comp_532- Lnet/minecraft/class_6501;comp_532()F- official - b- Lbac;b()F
 
- 
maxpublic float max()- Specified by:
- maxin interface- ToFloatFunction<C>
- Mappings:
- Namespace - Name - Mixin selector - named - max- Lnet/minecraft/util/function/ToFloatFunction;max()F- intermediary - comp_533- Lnet/minecraft/class_6501;comp_533()F- official - c- Lbac;c()F
 
- 
apply- Specified by:
- applyin interface- Spline<C,- I extends ToFloatFunction<C>> 
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/util/math/Spline;apply(Lnet/minecraft/util/math/Spline$Visitor;)Lnet/minecraft/util/math/Spline;- intermediary - method_41187- Lnet/minecraft/class_6492;method_41187(Lnet/minecraft/class_6492$class_7073;)Lnet/minecraft/class_6492;- official - a- Layb;a(Layb$d;)Layb;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
- 
valuepublic float value()Returns the value of thevaluerecord component.- Returns:
- the value of the valuerecord component
 
 
-