Enum Class Twitch.TextureType

java.lang.Object
java.lang.Enum<Twitch.TextureType>
net.minecraft.client.twitch.Twitch.TextureType
All Implemented Interfaces:
Serializable, Comparable<Twitch.TextureType>, Constable
Enclosing class:
Twitch

@Environment(CLIENT) public static enum Twitch.TextureType extends Enum<Twitch.TextureType>
Mappings:
Namespace Name
official bqk$d
intermediary net/minecraft/class_1923$class_2545
named net/minecraft/client/twitch/Twitch$TextureType
  • Enum Constant Details

    • NONE

      public static final Twitch.TextureType NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk$d;a:Lbqk$d;
      intermediary field_11378 Lnet/minecraft/class_1923$class_2545;field_11378:Lnet/minecraft/class_1923$class_2545;
      named NONE Lnet/minecraft/client/twitch/Twitch$TextureType;NONE:Lnet/minecraft/client/twitch/Twitch$TextureType;
    • URL

      public static final Twitch.TextureType URL
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk$d;b:Lbqk$d;
      intermediary field_11379 Lnet/minecraft/class_1923$class_2545;field_11379:Lnet/minecraft/class_1923$class_2545;
      named URL Lnet/minecraft/client/twitch/Twitch$TextureType;URL:Lnet/minecraft/client/twitch/Twitch$TextureType;
    • TEXTURE_ATLAS

      public static final Twitch.TextureType TEXTURE_ATLAS
      Mappings:
      Namespace Name Mixin selector
      official c Lbqk$d;c:Lbqk$d;
      intermediary field_11380 Lnet/minecraft/class_1923$class_2545;field_11380:Lnet/minecraft/class_1923$class_2545;
      named TEXTURE_ATLAS Lnet/minecraft/client/twitch/Twitch$TextureType;TEXTURE_ATLAS:Lnet/minecraft/client/twitch/Twitch$TextureType;
  • Constructor Details

    • TextureType

      private TextureType()
  • Method Details

    • values

      public static Twitch.TextureType[] 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 Twitch.TextureType 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