Enum Class EaseType

java.lang.Object
java.lang.Enum<EaseType>
cn.nukkit.camera.data.EaseType
All Implemented Interfaces:
Serializable, Comparable<EaseType>, Constable

@PowerNukkitXOnly @Since("1.20.0-r2") public enum EaseType extends Enum<EaseType>
Author:
daoge_cmd
  • Enum Constant Details

    • LINEAR

      public static final EaseType LINEAR
    • SPRING

      public static final EaseType SPRING
    • IN_SINE

      public static final EaseType IN_SINE
    • OUT_SINE

      public static final EaseType OUT_SINE
    • IN_OUT_SINE

      public static final EaseType IN_OUT_SINE
    • IN_QUAD

      public static final EaseType IN_QUAD
    • OUT_QUAD

      public static final EaseType OUT_QUAD
    • IN_OUT_QUAD

      public static final EaseType IN_OUT_QUAD
    • IN_CUBIC

      public static final EaseType IN_CUBIC
    • OUT_CUBIC

      public static final EaseType OUT_CUBIC
    • IN_OUT_CUBIC

      public static final EaseType IN_OUT_CUBIC
    • IN_QUART

      public static final EaseType IN_QUART
    • OUT_QUART

      public static final EaseType OUT_QUART
    • IN_OUT_QUART

      public static final EaseType IN_OUT_QUART
    • IN_QUINT

      public static final EaseType IN_QUINT
    • OUT_QUINT

      public static final EaseType OUT_QUINT
    • IN_OUT_QUINT

      public static final EaseType IN_OUT_QUINT
    • IN_EXPO

      public static final EaseType IN_EXPO
    • OUT_EXPO

      public static final EaseType OUT_EXPO
    • IN_OUT_EXPO

      public static final EaseType IN_OUT_EXPO
    • IN_CIRC

      public static final EaseType IN_CIRC
    • OUT_CIRC

      public static final EaseType OUT_CIRC
    • IN_OUT_CIRC

      public static final EaseType IN_OUT_CIRC
    • IN_BACK

      public static final EaseType IN_BACK
    • OUT_BACK

      public static final EaseType OUT_BACK
    • IN_OUT_BACK

      public static final EaseType IN_OUT_BACK
    • IN_ELASTIC

      public static final EaseType IN_ELASTIC
    • OUT_ELASTIC

      public static final EaseType OUT_ELASTIC
    • IN_OUT_ELASTIC

      public static final EaseType IN_OUT_ELASTIC
    • IN_BOUNCE

      public static final EaseType IN_BOUNCE
    • OUT_BOUNCE

      public static final EaseType OUT_BOUNCE
    • IN_OUT_BOUNCE

      public static final EaseType IN_OUT_BOUNCE
  • Method Details

    • values

      public static EaseType[] 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 EaseType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EaseType>
    • getType

      public String getType()