Package net.minecraft

Enum Class class_8667.class_8668

java.lang.Object
java.lang.Enum<class_8667.class_8668>
net.minecraft.class_8667.class_8668
All Implemented Interfaces:
Serializable, Comparable<class_8667.class_8668>, Constable
Enclosing class:
class_8667

@Environment(CLIENT) public static enum class_8667.class_8668 extends Enum<class_8667.class_8668>
Mappings:
Namespace Name
official evo$a
intermediary net/minecraft/class_8667$class_8668
named net/minecraft/class_8667$class_8668
  • Enum Constant Details

    • HORIZONTAL

      public static final class_8667.class_8668 HORIZONTAL
      Mappings:
      Namespace Name Mixin selector
      official a Levo$a;a:Levo$a;
      intermediary field_45403 Lnet/minecraft/class_8667$class_8668;field_45403:Lnet/minecraft/class_8667$class_8668;
      named HORIZONTAL Lnet/minecraft/class_8667$class_8668;HORIZONTAL:Lnet/minecraft/class_8667$class_8668;
    • VERTICAL

      public static final class_8667.class_8668 VERTICAL
      Mappings:
      Namespace Name Mixin selector
      official b Levo$a;b:Levo$a;
      intermediary field_45404 Lnet/minecraft/class_8667$class_8668;field_45404:Lnet/minecraft/class_8667$class_8668;
      named VERTICAL Lnet/minecraft/class_8667$class_8668;VERTICAL:Lnet/minecraft/class_8667$class_8668;
  • Constructor Details

    • class_8668

      private class_8668()
  • Method Details

    • values

      public static class_8667.class_8668[] 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_8667.class_8668 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
    • method_52744

      void method_52744(GridWidget gridWidget, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Levo$a;a(Levj;I)V
      intermediary method_52744 Lnet/minecraft/class_8667$class_8668;method_52744(Lnet/minecraft/class_7845;I)V
      named method_52744 Lnet/minecraft/class_8667$class_8668;method_52744(Lnet/minecraft/client/gui/widget/GridWidget;I)V
    • method_52745

      public <T extends Widget> T method_52745(GridWidget gridWidget, T t, int int2, Positioner positioner)
      Mappings:
      Namespace Name Mixin selector
      official a Levo$a;a(Levj;Levm;ILevn;)Levm;
      intermediary method_52745 Lnet/minecraft/class_8667$class_8668;method_52745(Lnet/minecraft/class_7845;Lnet/minecraft/class_8021;ILnet/minecraft/class_7847;)Lnet/minecraft/class_8021;
      named method_52745 Lnet/minecraft/class_8667$class_8668;method_52745(Lnet/minecraft/client/gui/widget/GridWidget;Lnet/minecraft/client/gui/widget/Widget;ILnet/minecraft/client/gui/widget/Positioner;)Lnet/minecraft/client/gui/widget/Widget;