Enum Class ClampedTexture

java.lang.Object
java.lang.Enum<ClampedTexture>
net.minecraft.client.texture.ClampedTexture
All Implemented Interfaces:
Serializable, Comparable<ClampedTexture>, Constable

@Environment(CLIENT) public enum ClampedTexture extends Enum<ClampedTexture>
Mappings:
Namespace Name
named net/minecraft/client/texture/ClampedTexture
intermediary net/minecraft/class_10790
official fjp
  • Enum Constant Details

    • REPEAT

      public static final ClampedTexture REPEAT
      Mappings:
      Namespace Name Mixin selector
      named REPEAT Lnet/minecraft/client/texture/ClampedTexture;REPEAT:Lnet/minecraft/client/texture/ClampedTexture;
      intermediary field_56752 Lnet/minecraft/class_10790;field_56752:Lnet/minecraft/class_10790;
      official a Lfjp;a:Lfjp;
    • CLAMP_TO_EDGE

      public static final ClampedTexture CLAMP_TO_EDGE
      Mappings:
      Namespace Name Mixin selector
      named CLAMP_TO_EDGE Lnet/minecraft/client/texture/ClampedTexture;CLAMP_TO_EDGE:Lnet/minecraft/client/texture/ClampedTexture;
      intermediary field_56753 Lnet/minecraft/class_10790;field_56753:Lnet/minecraft/class_10790;
      official b Lfjp;b:Lfjp;
  • Field Details

    • identifier

      final int identifier
      Mappings:
      Namespace Name Mixin selector
      named identifier Lnet/minecraft/client/texture/ClampedTexture;identifier:I
      intermediary field_56754 Lnet/minecraft/class_10790;field_56754:I
      official c Lfjp;c:I
  • Constructor Details

    • ClampedTexture

      private ClampedTexture(int id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/texture/ClampedTexture;<init>(Ljava/lang/String;II)V
      intermediary <init> Lnet/minecraft/class_10790;<init>(Ljava/lang/String;II)V
      official <init> Lfjp;<init>(Ljava/lang/String;II)V
  • Method Details

    • values

      public static ClampedTexture[] 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 ClampedTexture 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