public enum BlastMineRockType extends Enum<BlastMineRockType>
Enum Constant and Description |
---|
CHISELED |
EXPLODED |
LIT |
LOADED |
NORMAL |
Modifier and Type | Method and Description |
---|---|
static BlastMineRockType |
getRockType(int objectId) |
static BlastMineRockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlastMineRockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlastMineRockType NORMAL
public static final BlastMineRockType CHISELED
public static final BlastMineRockType LOADED
public static final BlastMineRockType LIT
public static final BlastMineRockType EXPLODED
public static BlastMineRockType[] values()
for (BlastMineRockType c : BlastMineRockType.values()) System.out.println(c);
public static BlastMineRockType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BlastMineRockType getRockType(int objectId)
Copyright © 2014–2019. All rights reserved.