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
    • selectedSprites

      private final AdvancementTabType.Sprites selectedSprites
    • unselectedSprites

      private final AdvancementTabType.Sprites unselectedSprites
    • width

      private final int width
    • height

      private final int height
    • max

      private final int max
  • Constructor Details

  • 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(GuiGraphics p_283216_, int p_282432_, int p_283617_, boolean p_282320_, int p_281898_)
    • drawIcon

      public void drawIcon(GuiGraphics p_281370_, int p_283209_, int p_282807_, int p_282968_, ItemStack p_283383_)
    • 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_)