enum AdvancementTabType extends java.lang.Enum<AdvancementTabType>
Modifier and Type | Field and Description |
---|---|
private int |
height |
private int |
max |
static int |
MAX_TABS |
private int |
textureX |
private int |
textureY |
private int |
width |
Modifier and Type | Method and Description |
---|---|
void |
draw(AbstractGui guiIn,
int x,
int y,
boolean p_192651_4_,
int p_192651_5_) |
void |
drawIcon(int p_192652_1_,
int p_192652_2_,
int p_192652_3_,
ItemRenderer renderItemIn,
ItemStack stack) |
boolean |
func_198891_a(int p_198891_1_,
int p_198891_2_,
int p_198891_3_,
double p_198891_4_,
double p_198891_6_) |
int |
getMax() |
int |
getX(int p_192648_1_) |
int |
getY(int p_192653_1_) |
static AdvancementTabType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdvancementTabType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancementTabType ABOVE
public static final AdvancementTabType BELOW
public static final AdvancementTabType LEFT
public static final AdvancementTabType RIGHT
public static final int MAX_TABS
private final int textureX
private final int textureY
private final int width
private final int height
private final int max
public static AdvancementTabType[] values()
for (AdvancementTabType c : AdvancementTabType.values()) System.out.println(c);
public static AdvancementTabType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getMax()
public void draw(AbstractGui guiIn, int x, int y, boolean p_192651_4_, int p_192651_5_)
public void drawIcon(int p_192652_1_, int p_192652_2_, int p_192652_3_, ItemRenderer renderItemIn, ItemStack stack)
public int getX(int p_192648_1_)
public int getY(int p_192653_1_)
public boolean func_198891_a(int p_198891_1_, int p_198891_2_, int p_198891_3_, double p_198891_4_, double p_198891_6_)