Package net.minecraft

Enum Class class_10790

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

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

    • REPEAT

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

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

    • field_56754

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

    • class_10790

      private class_10790(int int2)
  • Method Details

    • values

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