Enum Class AdvancementTabType

java.lang.Object
java.lang.Enum<AdvancementTabType>
net.minecraft.client.gui.advancements.AdvancementTabType
All Implemented Interfaces:
Serializable, Comparable<AdvancementTabType>, Constable

enum AdvancementTabType extends Enum<AdvancementTabType>
  • Enum Constant Details

  • Field Details

    • MAX_TABS

      public static final int MAX_TABS
    • textureX

      private final int textureX
    • textureY

      private final int textureY
    • width

      private final int width
    • height

      private final int height
    • max

      private final int max
  • Constructor Details

    • AdvancementTabType

      private AdvancementTabType(int p_i47386_3_, int p_i47386_4_, int p_i47386_5_, int p_i47386_6_, int p_i47386_7_)
  • Method Details

    • values

      public static AdvancementTabType[] 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 AdvancementTabType 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
    • getMax

      public int getMax()
    • draw

      public void draw(MatrixStack p_238686_1_, AbstractGui p_238686_2_, int p_238686_3_, int p_238686_4_, boolean p_238686_5_, int p_238686_6_)
    • drawIcon

      public void drawIcon(int p_192652_1_, int p_192652_2_, int p_192652_3_, ItemRenderer p_192652_4_, ItemStack p_192652_5_)
    • getX

      public int getX(int p_192648_1_)
    • getY

      public int getY(int p_192653_1_)
    • isMouseOver

      public boolean isMouseOver(int p_198891_1_, int p_198891_2_, int p_198891_3_, double p_198891_4_, double p_198891_6_)