public enum LabTableReactionType extends Enum<LabTableReactionType>
| Enum Constant and Description |
|---|
BLEACH |
ELEPHANT_TOOTHPASTE |
FERTILIZER |
HEAT_BLOCK |
ICE_BOMB |
MAGNESIUM_SALTS |
MISC_EXPLOSION |
MISC_FIRE |
MISC_LARGE_SMOKE |
MISC_LAVAL |
MISC_MYSTICAL |
MISC_SMOKE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static LabTableReactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabTableReactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabTableReactionType NONE
public static final LabTableReactionType ICE_BOMB
public static final LabTableReactionType BLEACH
public static final LabTableReactionType ELEPHANT_TOOTHPASTE
public static final LabTableReactionType FERTILIZER
public static final LabTableReactionType HEAT_BLOCK
public static final LabTableReactionType MAGNESIUM_SALTS
public static final LabTableReactionType MISC_FIRE
public static final LabTableReactionType MISC_EXPLOSION
public static final LabTableReactionType MISC_LAVAL
public static final LabTableReactionType MISC_MYSTICAL
public static final LabTableReactionType MISC_SMOKE
public static final LabTableReactionType MISC_LARGE_SMOKE
public static LabTableReactionType[] values()
for (LabTableReactionType c : LabTableReactionType.values()) System.out.println(c);
public static LabTableReactionType 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 nullCopyright © 2018–2022 NukkitX. All rights reserved.