Class TimeValues.ConstValue
- java.lang.Object
-
- net.minecraftforge.common.animation.TimeValues.ConstValue
-
- All Implemented Interfaces:
ITimeValue
- Enclosing class:
- TimeValues
public static final class TimeValues.ConstValue extends java.lang.Object implements ITimeValue
-
-
Field Summary
Fields Modifier and Type Field Description private float
output
-
Constructor Summary
Constructors Constructor Description ConstValue(float output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
apply(float input)
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Method Detail
-
apply
public float apply(float input)
- Specified by:
apply
in interfaceITimeValue
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-