Package | Description |
---|---|
net.minecraft.block |
Modifier and Type | Field and Description |
---|---|
static PropertyEnum<BlockRedstoneWire.EnumAttachPosition> |
BlockRedstoneWire.EAST |
static PropertyEnum<BlockRedstoneWire.EnumAttachPosition> |
BlockRedstoneWire.NORTH |
static PropertyEnum<BlockRedstoneWire.EnumAttachPosition> |
BlockRedstoneWire.SOUTH |
static PropertyEnum<BlockRedstoneWire.EnumAttachPosition> |
BlockRedstoneWire.WEST |
Modifier and Type | Method and Description |
---|---|
private BlockRedstoneWire.EnumAttachPosition |
BlockRedstoneWire.getAttachPosition(IBlockAccess worldIn,
BlockPos pos,
EnumFacing direction) |
static BlockRedstoneWire.EnumAttachPosition |
BlockRedstoneWire.EnumAttachPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockRedstoneWire.EnumAttachPosition[] |
BlockRedstoneWire.EnumAttachPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|