Enum Class AdvancementTabType
- All Implemented Interfaces:
Serializable
,Comparable<AdvancementTabType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AdvancementTabType
(int p_97205_, int p_97206_, int p_97207_, int p_97208_, int p_97209_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(PoseStack p_97226_, GuiComponent p_97227_, int p_97228_, int p_97229_, boolean p_97230_, int p_97231_) void
drawIcon
(int p_97220_, int p_97221_, int p_97222_, ItemRenderer p_97223_, ItemStack p_97224_) int
getMax()
int
getX
(int p_97212_) int
getY
(int p_97233_) boolean
isMouseOver
(int p_97214_, int p_97215_, int p_97216_, double p_97217_, double p_97218_) static AdvancementTabType
Returns the enum constant of this class with the specified name.static AdvancementTabType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ABOVE
-
BELOW
-
LEFT
-
RIGHT
-
-
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
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
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 nameNullPointerException
- 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_)
-