Class TimeValues.VariableValue

java.lang.Object
net.minecraftforge.common.animation.TimeValues.VariableValue
All Implemented Interfaces:
ITimeValue
Enclosing class:
TimeValues

public static final class TimeValues.VariableValue extends Object implements ITimeValue
Simple value holder.
  • Field Details

    • output

      private float output
  • Constructor Details

    • VariableValue

      public VariableValue(float initialValue)
  • Method Details

    • setValue

      public void setValue(float newValue)
    • apply

      public float apply(float input)
      Specified by:
      apply in interface ITimeValue
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object