Enum Class AnimationFormat

java.lang.Object
java.lang.Enum<AnimationFormat>
dev.kosmx.playerAnim.core.data.AnimationFormat
All Implemented Interfaces:
Serializable, Comparable<AnimationFormat>, Constable

@Deprecated public enum AnimationFormat extends Enum<AnimationFormat>
Deprecated.
Where is the emote from use dev.kosmx.playerAnim.minecraftApi.codec, AnimationCodecs class for deserializing instead.

This package may be removed in the future

  • Enum Constant Details

  • Method Details

    • values

      public static AnimationFormat[] values()
      Deprecated.
      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 AnimationFormat valueOf(String name)
      Deprecated.
      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
    • byFileName

      @Deprecated(forRemoval=true) public static AnimationFormat byFileName(String fileName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • byExtension

      @Deprecated(forRemoval=true) public static AnimationFormat byExtension(String extension)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use AnimationCodecs.deserialize() instead
    • getExtension

      @Deprecated(forRemoval=true) public String getExtension()
      Deprecated, for removal: This API element is subject to removal in a future version.