public static enum InWorldProcessing.Type extends java.lang.Enum<InWorldProcessing.Type>
| Modifier and Type | Method and Description |
|---|---|
static InWorldProcessing.Type |
byBlock(net.minecraft.world.IBlockReader reader,
net.minecraft.util.math.BlockPos pos) |
static InWorldProcessing.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InWorldProcessing.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InWorldProcessing.Type SMOKING
public static final InWorldProcessing.Type BLASTING
public static final InWorldProcessing.Type SPLASHING
public static final InWorldProcessing.Type NONE
public static InWorldProcessing.Type[] values()
for (InWorldProcessing.Type c : InWorldProcessing.Type.values()) System.out.println(c);
public static InWorldProcessing.Type 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 static InWorldProcessing.Type byBlock(net.minecraft.world.IBlockReader reader, net.minecraft.util.math.BlockPos pos)