Class TimeValues.SimpleExprValue

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

public static final class TimeValues.SimpleExprValue extends Object implements ITimeValue
  • Field Details

    • opsPattern

      private static final Pattern opsPattern
    • operators

      private final String operators
    • args

      private final com.google.common.collect.ImmutableList<ITimeValue> args
  • Constructor Details

    • SimpleExprValue

      public SimpleExprValue(String operators, com.google.common.collect.ImmutableList<ITimeValue> args)
  • Method Details

    • 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