8182838485868788899091
case BRICK_STAIRS: case SMOOTH_STAIRS: case SANDSTONE_STAIRS: case QUARTZ_STAIRS: case COBBLESTONE_STAIRS: return new Stairs(id.getType(), id.getData()).isInverted(); case STEP: case WOOD_STEP: return new Step(id.getType(), id.getData()).isInverted(); case ACTIVATOR_RAIL: case CAKE_BLOCK: