161162163164165166167168169170171
if ( tile instanceof IGridProxyable ) { ((IGridProxyable) tile).getProxy().setOwner( player ); } tile.onPlacement( stack, player, side ); } else if ( blockType instanceof IOrientableBlock ) { ori.setOrientation( forward, up ); }