Enum Class AdvancementTabType

java.lang.Object
java.lang.Enum<AdvancementTabType>
net.minecraft.client.gui.screens.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_97205_, int p_97206_, int p_97207_, int p_97208_, int p_97209_)
  • 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(PoseStack p_97226_, GuiComponent p_97227_, int p_97228_, int p_97229_, boolean p_97230_, int p_97231_)
    • drawIcon

      public void drawIcon(int p_97220_, int p_97221_, int p_97222_, ItemRenderer p_97223_, ItemStack p_97224_)
    • getX

      public int getX(int p_97212_)
    • getY

      public int getY(int p_97233_)
    • isMouseOver

      public boolean isMouseOver(int p_97214_, int p_97215_, int p_97216_, double p_97217_, double p_97218_)