Enum Class LinearInterpolation

java.lang.Object
java.lang.Enum<LinearInterpolation>
dev.latvian.mods.klib.interpolation.LinearInterpolation
All Implemented Interfaces:
Interpolation, RefOptimizer<Interpolation>, Serializable, Comparable<LinearInterpolation>, Constable, net.minecraft.util.EasingType

public enum LinearInterpolation extends Enum<LinearInterpolation> implements Interpolation
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static LinearInterpolation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LinearInterpolation valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • type

      public CustomRegistryType<io.netty.buffer.ByteBuf, Interpolation> type()
      Specified by:
      type in interface Interpolation
    • interpolate

      public double interpolate(double t)
      Specified by:
      interpolate in interface Interpolation
    • interpolate

      public float interpolate(float t)
      Specified by:
      interpolate in interface Interpolation
    • toString

      public String toString()
      Overrides:
      toString in class Enum<LinearInterpolation>
    • isLinear

      public boolean isLinear()
      Specified by:
      isLinear in interface Interpolation