Class TimeValues.CompositionValue
- java.lang.Object
-
- net.minecraftforge.common.animation.TimeValues.CompositionValue
-
- All Implemented Interfaces:
ITimeValue
- Enclosing class:
- TimeValues
public static final class TimeValues.CompositionValue extends java.lang.Object implements ITimeValue
-
-
Field Summary
Fields Modifier and Type Field Description private ITimeValue
f
private ITimeValue
g
-
Constructor Summary
Constructors Constructor Description CompositionValue(ITimeValue g, ITimeValue f)
-
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()
-
-
-
Field Detail
-
g
private final ITimeValue g
-
f
private final ITimeValue f
-
-
Constructor Detail
-
CompositionValue
public CompositionValue(ITimeValue g, ITimeValue f)
-
-
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
-
-