public static enum EnumAllele.Territory extends java.lang.Enum<EnumAllele.Territory> implements IAlleleValue<net.minecraft.util.math.Vec3i>
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.Vec3i |
getValue() |
boolean |
isDominant() |
static EnumAllele.Territory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAllele.Territory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumAllele.Territory AVERAGE
public static final EnumAllele.Territory LARGE
public static final EnumAllele.Territory LARGER
public static final EnumAllele.Territory LARGEST
public static EnumAllele.Territory[] values()
for (EnumAllele.Territory c : EnumAllele.Territory.values()) System.out.println(c);
public static EnumAllele.Territory 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 net.minecraft.util.math.Vec3i getValue()
getValue in interface IAlleleValue<net.minecraft.util.math.Vec3i>public boolean isDominant()
isDominant in interface IAlleleValue<net.minecraft.util.math.Vec3i>