public static enum BlockHeatExchange.Part extends java.lang.Enum<BlockHeatExchange.Part>
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.EnumFacing.Axis |
getAxis(net.minecraft.block.state.IBlockState state) |
static BlockHeatExchange.Part |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockHeatExchange.Part[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockHeatExchange.Part START
public static final BlockHeatExchange.Part END
public static final BlockHeatExchange.Part MIDDLE
public static BlockHeatExchange.Part[] values()
for (BlockHeatExchange.Part c : BlockHeatExchange.Part.values()) System.out.println(c);
public static BlockHeatExchange.Part 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.EnumFacing.Axis getAxis(net.minecraft.block.state.IBlockState state)