public static enum Entity.EnumEntitySize extends java.lang.Enum<Entity.EnumEntitySize>
Enum Constant and Description |
---|
SIZE_1 |
SIZE_2 |
SIZE_3 |
SIZE_4 |
SIZE_5 |
SIZE_6 |
Modifier and Type | Method and Description |
---|---|
int |
multiplyBy32AndRound(double p_75630_1_) |
static Entity.EnumEntitySize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Entity.EnumEntitySize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.EnumEntitySize SIZE_1
public static final Entity.EnumEntitySize SIZE_2
public static final Entity.EnumEntitySize SIZE_3
public static final Entity.EnumEntitySize SIZE_4
public static final Entity.EnumEntitySize SIZE_5
public static final Entity.EnumEntitySize SIZE_6
public static Entity.EnumEntitySize[] values()
for (Entity.EnumEntitySize c : Entity.EnumEntitySize.values()) System.out.println(c);
public static Entity.EnumEntitySize 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 multiplyBy32AndRound(double p_75630_1_)